-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "boltjs-template",
"version": "1.0.0",
"private": true,
"description": "A basic and dynamic template for Bolt.js apps using Typescript and pnpm.",
"keywords": [],
"homepage": "https://github.com/DaInfLoop/boltjs-template#readme",
"bugs": {
"url": "https://github.com/DaInfLoop/boltjs-template/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaInfLoop/boltjs-template.git"
},
"license": "MIT",
"author": "DaInfLoop <mail@dainfloop.is-a.dev>",
"type": "module",
"main": "index.ts",
"scripts": {
"start": "npx tsx .",
"http-only": "npx tsx http.ts"
},
"dependencies": {
"@slack/bolt": "^4.4.0",
"@slack/web-api": "^7.11.0",
"body-parser": "^2.2.0",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^5.2.1",
"node-cron": "^4.2.1",
"postgres": "^3.4.7"
},
"devDependencies": {
"@ngrok/ngrok": "^1.6.0",
"@types/body-parser": "^1.19.6",
"@types/express": "^5.0.3",
"@types/node": "^22.15.24",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.10.0"
}