-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 869 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 869 Bytes
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": "grass-points",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"migration": "node dist/accounts-migration.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^5.0.1",
"@types/imap": "^0.8.42",
"@types/node": "^22.13.10",
"@types/user-agents": "^1.0.4",
"@types/ws": "^8.18.0",
"prisma": "^6.4.1",
"typescript": "^5.8.2"
},
"dependencies": {
"@pm2/io": "^6.1.0",
"axios": "^1.8.1",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"imap": "^0.8.19",
"redis": "^4.7.0",
"user-agents": "^1.1.488",
"uuid": "^11.1.0",
"winston": "^3.17.0",
"ws": "^8.18.1"
}
}