-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 980 Bytes
/
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
{
"name": "invitation-api",
"packageManager": "[email protected]",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"test": "jest",
"import": "node dist/name-loader-program.js",
"import:dev": "nodemon src/name-loader-program.ts"
},
"dependencies": {
"body-parser": "^1.20.3",
"csv-parse": "^5.6.0",
"dotenv": "^16.4.5",
"express": "^4.20.0",
"express-rate-limit": "^7.4.0",
"mongoose": "^8.9.5",
"winston": "^3.14.1"
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@types/babel__preset-env": "^7",
"@types/body-parser": "^1",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.2.0",
"@types/supertest": "^6.0.2",
"jest": "^29.7.0",
"nodemon": "^3.1.4",
"supertest": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}