secajs/package.json

16 lines
312 B
JSON
Raw Normal View History

2025-02-05 12:20:58 +01:00
{
"name": "express-hello-world",
"version": "1.0.0",
2025-02-05 12:47:30 +01:00
"dependencies": {
"express": "^4.17.1"
},
"description": "",
2025-02-05 12:20:58 +01:00
"main": "index.js",
"scripts": {
2025-02-05 12:47:30 +01:00
"start": "node index.js",
2025-02-05 12:20:58 +01:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
2025-02-05 12:47:30 +01:00
}