-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 907 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 907 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
33
34
35
36
{
"name": "blob-data-accessor",
"version": "1.0.0",
"description": "Community Solid Server: Blob Data Accessor Component",
"lsd:module": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "./bin/build.sh",
"clean": "./bin/clean.sh",
"storage": "./bin/storage.sh",
"start": "./bin/start.sh",
"test": "./bin/test.sh --bail",
"tdd": "./bin/test.sh"
},
"files": [
"dist",
"config",
"components"
],
"devDependencies": {
"@solid/community-server": "^7.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/tape": "^5.6.4",
"@types/tape-promise": "^4.0.4",
"componentsjs-generator": "^4.0.1",
"leaked-handles": "^5.2.0",
"minio": "^8.0.0",
"tap-arc": "^1.2.2",
"tap-pessimist": "^1.0.1",
"tape": "^5.7.5",
"tape-promise": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}