start npm project

This commit is contained in:
counterweight 2025-02-05 12:20:58 +01:00
parent 6d34f0146a
commit 70b49431d7
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"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"
}