firepup-site/package.json

25 lines
487 B
JSON
Raw Normal View History

2023-10-01 23:39:12 +00:00
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.6",
"ejs": "^3.1.10",
"express": "^4.19.2",
"Package": "^0.0.1",
"ua-parser-js": "^1.0.38"
2023-10-01 23:39:12 +00:00
},
"devDependencies": {
"nodemon": "^3.1.4"
2023-10-01 23:39:12 +00:00
}
}