@vmk1803/my_package
Version:
my first package
23 lines (22 loc) • 516 B
JSON
{
"name": "@vmk1803/my_package",
"version": "0.0.3",
"description": "my first package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vmk1803/my_package.git"
},
"keywords": [
"my"
],
"author": "vmk1803@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/vmk1803/my_package/issues"
},
"homepage": "https://github.com/vmk1803/my_package#readme"
}