22 lines
426 B
JSON
Executable File
22 lines
426 B
JSON
Executable File
{
|
|
"name": "projectName",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"startOld": "node index.js",
|
|
"start": "nodemon index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.6.8",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"knex": "^3.1.0",
|
|
"pg": "^8.12.0",
|
|
"uuid": "^11.0.5"
|
|
}
|
|
}
|