30 lines
666 B
JSON
30 lines
666 B
JSON
{
|
|
"name": "dropit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "nodemon dist/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/body-parser": "^1.19.2",
|
|
"@types/express": "^4.17.17",
|
|
"axios": "^1.3.6",
|
|
"body-parser": "^1.20.2",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"knex": "^2.4.2",
|
|
"pg": "^8.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.0",
|
|
"@types/pg": "^8.6.6",
|
|
"nodemon": "^2.0.22",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|