-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 985 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
39
{
"name": "vision",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "nodemon src/index.ts",
"build": "tsc",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@google-cloud/vision": "^4.1.0",
"@slack/webhook": "^7.0.2",
"axios": "^1.6.7",
"better-sqlite3": "^9.4.3",
"cookie-session": "^2.1.0",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"google-auth-library": "^9.6.3",
"googleapis": "^133.0.0",
"html-to-text": "^9.0.5",
"luxon": "^3.4.4",
"nanoid": "^3.0.0",
"node-cron": "^3.0.3",
"selenium-webdriver": "^4.18.1",
"sqlite3": "^5.1.7",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/express": "^4.17.21",
"@types/luxon": "^3.4.2",
"@types/selenium-webdriver": "^4.1.21",
"@types/webpack-dev-server": "^4.7.2",
"nodemon": "^3.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3"
}
}