{ "name": "bare-semver", "version": "1.0.1", "description": "Minimal semantic versioning library for Bare", "exports": { ".": "./index.js", "./package": "./package.json", "./constants": "./lib/constants.js", "./errors": "./lib/errors.js", "./version": "./lib/version.js", "./range": "./lib/range.js", "./comparator": "./lib/comparator.js" }, "files": [ "index.js", "lib" ], "scripts": { "test": "standard && bare test.js" }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/bare-semver.git" }, "author": "Holepunch", "license": "Apache-2.0", "bugs": { "url": "https://github.com/holepunchto/bare-semver/issues" }, "homepage": "https://github.com/holepunchto/bare-semver#readme", "devDependencies": { "brittle": "^3.2.1", "standard": "^17.0.0" } }