secajs/package.json

13 lines
252 B
JSON
Raw Normal View History

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