-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 868 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": "inter",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"compile": "tsc -w",
"start": "nodemon dist/app.js"
},
"dependencies": {
"axios": "^1.3.5",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"forge": "^2.3.0",
"morgan": "^1.10.0",
"node": "^19.8.1",
"node-forge": "^1.3.1",
"nodemon": "^2.0.22",
"request": "^2.88.2",
"tsc": "^2.0.4",
"typescript": "^5.0.3"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
"@types/node": "^18.15.11",
"@types/node-forge": "^1.3.2",
"@types/request": "^2.48.8"
}
}