mydemoprj-npm-package
Version:
This is my demo npm package to leart the creating and publishing
21 lines (20 loc) • 385 B
JSON
{
"name": "mydemoprj-npm-package",
"version": "1.0.0",
"description": "This is my demo npm package to leart the creating and publishing",
"main": "index.js",
"scripts": {
"test": "demo"
},
"repository": {
"type": "git",
"url": "github.com/vedatyildirim/demo"
},
"keywords": [
"abc",
"cde",
"fgb"
],
"author": "Vedat",
"license": "ISC"
}