Subd/server/package.json

40 lines
971 B
JSON
Raw Permalink Normal View History

2024-04-23 12:08:46 +04:00
{
"dependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"argon2": "^0.31.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"express": "^4.18.2",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"prettier": "^3.2.5",
"sequelize": "^6.33.0",
"sequelize-typescript": "^2.1.6",
"tsx": "^4.7.1"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/node": "^20.11.30",
"nodemon": "^3.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"name": "server",
"version": "1.0.0",
"scripts": {
"server": "tsx watch ./index.ts",
"seed": "tsx seeders/seeder.ts"
},
"author": "",
"license": "ISC",
"description": "",
"type": "module"
}