Files
node-js/package.json
2026-06-20 14:12:07 +03:00

12 lines
207 B
JSON

{
"name": "my-node-app",
"version": "1.0.0",
"description": "A simple Node.js app",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Your Name",
"license": "ISC"
}