tverkettider/package.json

16 lines
282 B
JSON
Raw Normal View History

2023-04-11 21:05:35 +02:00
{
"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": {
2024-11-05 23:01:11 +01:00
"express": "^4"
2023-04-11 21:05:35 +02:00
}
}