-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
57 lines (57 loc) · 1.68 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
52
53
54
55
56
57
{
"name": "solid-bashlib",
"version": "0.3.5",
"description": "",
"main": "dist/index.js",
"bin": {
"solid-tools": "bin/solid.js",
"sld": "bin/solid.js",
"solid-css": "bin/solid-dev.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/ && tsc",
"prepare": "npm run build",
"release": "release-it",
"mkdocs": "pip install mkdocs mkdocs-material && mkdocs serve -f documentation/mkdocs.yml",
"typedocs": "typedoc --customCss ./documentation/typedoc.css",
"typedocs:dev": "typedoc --customCss ./documentation/typedoc.css; live-server docs/",
"updatesite": "npm run typedocs; mkdocs gh-deploy -f documentation/mkdocs.yml"
},
"author": "",
"license": "ISC",
"dependencies": {
"@comunica/query-sparql": "^2.1.0",
"@inrupt/solid-client": "1.26.0",
"@inrupt/solid-client-authn-node": "^1.14.0",
"chalk": "^4.1.2",
"cli-columns": "^4.0.0",
"cli-select": "^1.1.2",
"cli-table": "^0.3.11",
"commander": "^9.0.0",
"cookie-session": "^2.0.0",
"cross-fetch": "^3.1.5",
"express": "^4.17.3",
"fetch-blob": "^2.1.1",
"form-urlencoded": "^6.0.6",
"getmac": "^5.20.0",
"http-link-header": "^1.0.4",
"inquirer": "^8.2.4",
"jose": "^4.7.0",
"jwt-decode": "^3.1.2",
"md5": "^2.3.0",
"mime-types": "^2.1.35",
"open": "^8.4.0",
"set-cookie-parser": "^2.4.8",
"tiny-queue": "^0.2.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/inquirer": "^8.2.1",
"@types/set-cookie-parser": "^2.4.2",
"live-server": "^1.2.2",
"release-it": "^15.5.0",
"typedoc": "^0.23.27",
"typescript": "^4.9.3"
}
}