-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "SingleService",
"version": "1.0.0",
"main": "app.ts",
"author": "Nicholas Liem",
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "ts-node-dev --respawn --transpile-only src/app.ts",
"migration:run": "npx typeorm-ts-node-esm migration:run --dataSource ./src/database/data-source.ts"
},
"dependencies": {
"@types/config": "^3.3.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.2.5",
"@types/pg": "^8.10.2",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^9.0.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.1",
"pg": "^8.11.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typeorm": "^0.3.17",
"typescript": "^5.0.4"
},
"devDependencies": {}
}