-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 745 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 745 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
{
"name": "solid-slack",
"description": "Slack integration for managing personal data stored in Solid",
"version": "1.0.0",
"engines": {
"node": "14.x"
},
"scripts": {
"start": "node index.js"
},
"author": "Kayode Ezike <kezike13@gmail.com>",
"license": "ISC",
"devDependencies": {
"file-system": "^2.2.2",
"node-uuid": "^1.4.8",
"requirejs": "^2.3.5"
},
"dependencies": {
"@slack/client": "^5.0.1",
"express": "^4.17.1",
"glob": "^7.1.2",
"http-status-codes": "^1.4.0",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"n3": "^1.0.0-beta.1",
"qs": "^6.9.3",
"rdflib": "^0.19.1",
"solid-node-client": "^1.2.4",
"tsscmp": "^1.0.6",
"valid-url": "^1.0.9"
}
}