@shubham_yadav/mypackage
Version:
This is my first package ,created during class
16 lines (15 loc) • 325 B
JSON
{
"name": "@shubham_yadav/mypackage",
"version": "1.0.0",
"description": "This is my first package ,created during class",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Hello",
"hello"
],
"author": "Shubham Yadav",
"license": "ISC"
}