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": {
|
2024-08-31 02:40:27 +00:00
|
|
|
"axios": "^1.7.6",
|
2024-05-13 17:57:54 +00:00
|
|
|
"ejs": "^3.1.10",
|
|
|
|
"express": "^4.19.2",
|
2024-08-31 02:40:27 +00:00
|
|
|
"Package": "^0.0.1",
|
|
|
|
"ua-parser-js": "^1.0.38"
|
2023-10-01 23:39:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-31 02:40:27 +00:00
|
|
|
"nodemon": "^3.1.4"
|
2023-10-01 23:39:12 +00:00
|
|
|
}
|
|
|
|
}
|