@chris1006/how-to-npm-done-by-chris1006
Version:
how-to-npm done by Chris1006
30 lines (29 loc) • 665 B
JSON
{
"name": "@chris1006/how-to-npm-done-by-chris1006",
"version": "1.0.4",
"description": "how-to-npm done by Chris1006",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "Christian Poß",
"license": "ISC",
"dependencies": {
"@linclark/pkg": "^1.0.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Chris1006/how-to-npm-tutorial.git"
},
"keywords": [
"how",
"to",
"npm",
"tutorial"
],
"bugs": {
"url": "https://github.com/Chris1006/how-to-npm-tutorial/issues"
},
"homepage": "https://github.com/Chris1006/how-to-npm-tutorial#readme"
}