You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
600 B
29 lines
600 B
{
|
|
"name": "back-end",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon app --dev",
|
|
"server": "nodemon app"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"ip-to-int": "^0.3.1",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"knex": "^2.4.2",
|
|
"md5": "^2.3.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql2": "^3.4.1",
|
|
"randomstring": "^1.3.0",
|
|
"sha256": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.22"
|
|
}
|
|
}
|