intern-Assignment/Node-Assignments/practice/package.json
2025-01-31 15:20:39 +05:30

13 lines
234 B
JSON

{
"name": "practice",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"description": ""
}