npm-helloworld-first1-package
Version:
this first NPM
17 lines (16 loc) • 314 B
JSON
{
"name": "npm-helloworld-first1-package",
"version": "1.0.0",
"description": "this first NPM ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hello_world",
"amez",
"med"
],
"author": "Ameziane Med",
"license": "ISC"
}