@danielcobo/init
Version:
A more complete npm init
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "@danielcobo/init",
"version": "1.0.23",
"description": "A more complete npm init",
"main": "index.js",
"scripts": {
"test": "jest --collectCoverage --runInBand",
"testing": "jest --watch --collectCoverage --runInBand",
"mutation": "npx stryker run",
"docs": "docs",
"patch": "git push && npm version patch && npm publish",
"minor": "git push && npm version minor && npm publish",
"major": "git push && npm version major && npm publish"
},
"bin": {
"initammend": "bin/initammend",
"init": "bin/init.cmd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielcobo/init.git"
},
"keywords": [
"npm",
"init"
],
"author": "Daniel Cobo (danielcobo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielcobo/init/issues"
},
"homepage": "https://github.com/danielcobo/init#readme",
"dependencies": {
"@danielcobo/err": "^1.0.10",
"@danielcobo/fs": "^1.2.2",
"chalk": "^4.1.2",
"inquirer": "^8.2.0"
},
"devDependencies": {
"@danielcobo/docs": "^1.0.19",
"@stryker-mutator/core": "^5.4.1",
"@stryker-mutator/jest-runner": "^5.4.1",
"jest": "^27.3.1"
}
}