23 lines
473 B
JSON
23 lines
473 B
JSON
{
|
|
"name": "nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Firepup Sixfifty",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.1.0",
|
|
"ua-parser-js": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.9"
|
|
}
|
|
}
|