-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 987 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 987 Bytes
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
{
"name": "typeorm-sample",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"type": "commonjs",
"devDependencies": {
"@types/node": "^22.13.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"dependencies": {
"@types/cors": "^2.8.19",
"@types/jsonwebtoken": "^9.0.10",
"@types/nodemailer": "^6.4.17",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"body-parser": "^1.20.3",
"brcypt": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"nodemailer": "^7.0.3",
"nodemon": "^3.1.10",
"pg": "^8.14.1",
"rate-limiter-flexible": "^7.1.1",
"reflect-metadata": "^0.2.2",
"typeorm": "0.3.25"
},
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon -w *.ts -w .env src/index.ts",
"typeorm": "typeorm-ts-node-commonjs"
}
}