tverkettider/package.json
2024-11-05 22:41:56 +01:00

15 lines
287 B
JSON
Executable file

{
"name": "servertf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}