UNPKG

npm-logical-tree

Version:

Calculate 'logical' trees from a package.json + package-lock

54 lines (53 loc) 1.38 kB
{ "name": "npm-logical-tree", "version": "1.2.1", "description": "Calculate 'logical' trees from a package.json + package-lock", "main": "index.js", "files": [ "*.js" ], "scripts": { "prerelease": "npm t", "postrelease": "npm publish && git push --follow-tags", "pretest": "standard lib test *.js", "release": "standard-version -s", "test": "nyc --all -- tap -J test/*.js", "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, "repository": "https://github.com/npm/logical-tree", "keywords": [ "npm", "package manager" ], "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org", "twitter": "maybekatz" }, "contributors": [ { "name": "Rebecca Turner", "email": "me@re-becca.org", "twitter": "ReBeccaOrg" } ], "license": "ISC", "devDependencies": { "bluebird": "^3.5.1", "nyc": "^11.1.0", "standard": "^10.0.2", "standard-version": "^4.2.0", "tap": "^10.7.0", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" }, "config": { "nyc": { "exclude": [ "node_modules/**", "test/**" ] } } }