canguidev/package.json

16 lines
281 B
JSON
Raw Normal View History

2024-10-13 16:04:10 +00:00
{
"name": "maintenance-page",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.1"
}
}