-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
47
48
49
50
51
{
"name": "pointdpal",
"version": "2.0.0",
"description": "",
"main": "app.js",
"engines": {
"node": "^22"
},
"scripts": {
"ngrok": "ngrok http 3000",
"start": "node --max-old-space-size=4096 -- node_modules/ts-node/dist/bin -P tsconfig.json app.ts",
"start:dev": "ts-node-dev -P tsconfig.json app.ts",
"lint": "eslint '*/**' --quiet --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"@slack/bolt": "^4.1.1",
"@slack/web-api": "^7.7.0",
"clark": "0.0.6",
"cron": "^3.2.1",
"dotenv": "^16.4.5",
"image-charts": "^6.1.19",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongoose": "^8.8.3",
"newrelic": "^12.8.0",
"pg": "^8.13.1",
"reflect-metadata": "^0.2.2",
"slack-block-builder": "^2.8.0",
"token-buddy": "^1.0.0",
"ts-node": "^10.9.2",
"typeorm": "^0.3.20",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/convict": "^6.1.6",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"convict": "^6.2.4",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"ngrok": "^4.3.3",
"prettier": "^3.4.1",
"ts-node-dev": "^2.0.0"
}
}