60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "init-package-json",
|
|
"version": "2.0.5",
|
|
"main": "lib/init-package-json.js",
|
|
"scripts": {
|
|
"test": "tap",
|
|
"preversion": "npm test",
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push origin --follow-tags",
|
|
"lint": "eslint '**/*.js'",
|
|
"postlint": "npm-template-check",
|
|
"lintfix": "npm run lint -- --fix",
|
|
"snap": "tap",
|
|
"posttest": "npm run lint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/npm/init-package-json.git"
|
|
},
|
|
"author": "GitHub Inc.",
|
|
"license": "ISC",
|
|
"description": "A node module to get your node module started",
|
|
"dependencies": {
|
|
"npm-package-arg": "^8.1.5",
|
|
"promzard": "^0.3.0",
|
|
"read": "~1.0.1",
|
|
"read-package-json": "^4.1.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@npmcli/config": "^2.1.0",
|
|
"@npmcli/template-oss": "^1.0.3",
|
|
"tap": "^15.0.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"tap": {
|
|
"statements": "94",
|
|
"branches": "83",
|
|
"lines": "94"
|
|
},
|
|
"keywords": [
|
|
"init",
|
|
"package.json",
|
|
"package",
|
|
"helper",
|
|
"wizard",
|
|
"wizerd",
|
|
"prompt",
|
|
"start"
|
|
],
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"templateVersion": "1.0.3"
|
|
}
|