-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 964 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
38
{
"name": "lab-con-barry",
"version": "0.7.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon --config nodemon.json ./src/index.ts",
"build": "tsc && xcopy /E /I src build",
"start": "ts-node ./build/index.js"
},
"keywords": [],
"author": "",
"license": "GNU",
"types": "./index.d.ts",
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/mssql": "^8.1.2",
"@types/node": "^20.2.5",
"@types/passport": "^1.0.12",
"@types/passport-local": "^1.0.35",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"dependencies": {
"canvas": "^2.11.2",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mssql": "^9.1.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0"
}
}