-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "@cbj/ceramic-filesystem",
"version": "0.2.3",
"description": "A filesystem using ceramic",
"author": "Joseph Reed",
"license": "MIT",
"main": "dist/index",
"scripts": {
"ceramic": "ceramic daemon",
"generateSeed": "npx ts-node ./generateSeed.ts",
"bootstrap": "npx ts-node ./bootstrap.ts",
"build": "tsc && cp src/index.ts dist",
"test": "jest",
"postinstall": "tsc && cp src/index.ts dist"
},
"dependencies": {
"@cbj/ceramic-append-collection": "^0.1.19"
},
"devDependencies": {
"@ceramicnetwork/cli": "^1.3.1",
"@ceramicnetwork/http-client": "^1.2.0",
"@glazed/datamodel": "^0.1.2",
"@glazed/devtools": "^0.1.3",
"@glazed/did-datastore": "^0.1.4",
"@stablelib/random": "^1.0.1",
"@types/jest": "^26.0.24",
"dids": "^2.4.0",
"dotenv": "^10.0.0",
"jest": "^26.6.3",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.0",
"ts-jest": "^26.5.6",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChicoBitcoinJoe/ceramic-filesystem.git"
},
"bugs": {
"url": "https://github.com/ChicoBitcoinJoe/ceramic-filesystem/issues"
},
"homepage": "https://github.com/ChicoBitcoinJoe/ceramic-filesystem#readme"
}