-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 KB
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": "dwn-express",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
"start": "node esbuild.mjs && node --enable-source-maps ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ipld/dag-cbor": "7.0.1",
"@noble/ed25519": "1.6.0",
"@noble/secp256k1": "1.5.5",
"@spruceid/didkit-wasm-node": "^0.2.1",
"@swc/helpers": "0.3.8",
"@types/abstract-leveldown": "^7.2.0",
"@types/ms": "0.7.31",
"abstract-level": "^1.0.3",
"abstract-leveldown": "^7.2.0",
"ajv": "8.11.0",
"cross-fetch": "3.1.5",
"date-fns": "2.28.0",
"esbuild": "^0.15.10",
"express": "^4.18.1",
"interface-blockstore": "2.0.3",
"interface-store": "^3.0.0",
"ipfs-unixfs": "6.0.9",
"ipfs-unixfs-exporter": "7.0.11",
"ipfs-unixfs-importer": "9.0.10",
"level": "8.0.0",
"level-mem": "^6.0.1",
"lodash": "4.17.21",
"lru-cache": "7.12.0",
"memstore": "^0.1.1",
"minisearch": "^5.0.0",
"ms": "2.1.3",
"multiformats": "9.6.4",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^28.1.6",
"@types/node": "^18.7.8",
"@types/supertest": "^2.0.12",
"esbuild-jest": "^0.5.0",
"jest": "^28.1.3",
"sinon": "^14.0.0",
"supertest": "^6.2.4",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}