UNPKG

nlm

Version:

Lifecycle manager for node projects

84 lines (83 loc) 1.64 kB
{ "name": "nlm", "version": "5.8.0", "description": "Lifecycle manager for node projects", "license": "BSD-3-Clause", "main": "lib/nlm.js", "bin": { "nlm": "bin/nlm.js" }, "homepage": "https://github.com/groupon/nlm", "repository": { "type": "git", "url": "https://github.com/groupon/nlm" }, "bugs": { "url": "https://github.com/groupon/nlm/issues" }, "scripts": { "pretest": "eslint lib test", "test": "c8 mocha", "posttest": "./bin/nlm.js verify" }, "engines": { "node": ">=10.13" }, "mocha": { "exit": true, "timeout": 3500, "recursive": true }, "nlm": { "license": { "files": [ "lib", "test" ] } }, "c8": { "reporter": [ "text", "json-summary" ] }, "dependencies": { "conventional-commits-parser": "^3.2.1", "debug": "^4.3.2", "glob": "^7.1.7", "gofer": "^5.1.3", "minimist": "^1.2.5", "rc": "^1.2.8", "semver": "^7.3.5", "string.prototype.replaceall": "^1.0.5" }, "devDependencies": { "c8": "^7.7.3", "eslint": "^7.30.0", "eslint-config-groupon": "^10.0.4", "eslint-plugin-import": "^2.23.4", "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "mkdirp": "^1.0.4", "mocha": "^9.0.2", "prettier": "^2.3.2" }, "author": { "name": "Groupon", "email": "opensource@groupon.com" }, "keywords": [ "publish", "release", "semver" ], "files": [ "bin", "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org" } }