27 lines
564 B
JSON
27 lines
564 B
JSON
{
|
|
"name": "api-template",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js",
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.6.5",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.18.2",
|
|
"fs": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql": "^2.18.1",
|
|
"nodemon": "^3.1.4",
|
|
"sha256": "^0.2.0"
|
|
}
|
|
}
|