-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 KB
/
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
39
40
41
42
43
44
45
46
{
"scripts": {
"dev": "ts-node src/index.ts --watch",
"build": "tsc",
"start": "node dist/index.js",
"typeorm": "typeorm-ts-node-commonjs"
},
"dependencies": {
"axios": "^1.6.5",
"child_process": "^1.0.2",
"chromedriver": "^125.0.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"http": "^0.0.1-security",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.14.1",
"node-ipc": "^10.1.0",
"nodemailer": "^6.9.6",
"nodemon": "^3.0.3",
"openai": "^4.12.1",
"os-utils": "^0.0.14",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"save-dev": "^0.0.1-security",
"selenium-webdriver": "^4.21.0",
"sharp": "^0.32.6",
"socket.io": "^4.7.2",
"typeorm": "0.3.17"
},
"type": "commonjs",
"devDependencies": {
"@types/chromedriver": "^81.0.5",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/multer": "^1.4.11",
"@types/node": "^16.11.10",
"@types/node-ipc": "^9.2.3",
"@types/nodemailer": "^6.4.14",
"@types/os-utils": "^0.0.4",
"@types/selenium-webdriver": "4.1.22",
"ts-node": "^10.7.0",
"typescript": "4.5.2"
}
}