-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "solid-slack-bridge",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"pm2": "pm2 start dist/index.js --name solid-slack-bridge",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"build": "tsc --build tsconfig.json",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@inrupt/solid-client": "^1.30.0",
"@inrupt/solid-client-authn-node": "^1.17.1",
"@inrupt/vocab-common-rdf": "^1.0.5",
"@inrupt/vocab-solid": "^1.0.4",
"@slack/bolt": "^3.13.3",
"@types/cookie-session": "^2.0.45",
"@types/node": "^20.6.0",
"axios": "^1.5.0",
"config": "^3.3.9",
"cookie-session": "^2.0.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"esm": "^3.2.25",
"express": "^4.18.2",
"fastify": "^4.23.2",
"nodemon": "^3.0.1",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"pm2": "^5.3.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}