@yunielrc/how-to-npm
Version:
31 lines (30 loc) • 661 B
JSON
{
"name": "@yunielrc/how-to-npm",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"test": "node test.js",
"version": "git add -A .",
"postversion": "git push && git push --tags"
},
"author": "yunielrc",
"license": "ISC",
"description": "okay",
"dependencies": {
"@linclark/pkg": "^1.0.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yunielrc/how-to-npm.git"
},
"keywords": [
"tutorial",
"npm",
"howto"
],
"bugs": {
"url": "https://github.com/yunielrc/how-to-npm/issues"
},
"homepage": "https://github.com/yunielrc/how-to-npm#readme"
}