-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 907 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
{
"name": "Sol_Demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node-dev --respawn --pretty --transpile-only ./src/Program.ts",
"debug": "ts-node-dev --inspect=4321 --pretty --transpile-only ./src/Program.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/express-jwt": "^6.0.2",
"@types/helmet": "^4.0.0",
"@types/node": "^16.7.10",
"@types/request": "^2.48.7",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-jwt": "^6.1.0",
"helmet": "^4.6.0",
"jwks-rsa": "^2.0.4",
"request": "^2.88.2",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.2"
}
}