generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
63 lines (63 loc) · 2.01 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
58
59
60
61
62
63
{
"name": "web5-sdk-js",
"private": true,
"type": "module",
"workspaces": [
"packages/common",
"packages/crypto",
"packages/crypto-aws-kms",
"packages/dids",
"packages/credentials",
"packages/agent",
"packages/user-agent",
"packages/proxy-agent",
"packages/api",
"packages/identity-agent",
"packages/browser"
],
"scripts": {
"clean": "pnpm npkill -d $(pwd)/packages -t dist && pnpm npkill -d $(pwd) -t node_modules",
"build": "pnpm --recursive --stream build",
"test:node": "pnpm --recursive test:node",
"audit-ci": "audit-ci --config ./audit-ci.json",
"wallet:connect:example": "npx http-server -c-1 & HTTP_SERVER_PID=$! && sleep 2 && open 'http://localhost:8080/examples/wallet-connect.html' && wait $HTTP_SERVER_PID"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TBD54566975/web5-js.git"
},
"license": "Apache-2.0",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@npmcli/package-json": "5.0.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@web5/dwn-server": "0.6.0",
"audit-ci": "^7.0.1",
"eslint-plugin-mocha": "10.4.3",
"globals": "^13.24.0",
"npkill": "0.11.3"
},
"pnpm": {
"overrides": {
"express@<4.19.2": ">=4.19.2",
"ws@<8.17.1": ">=8.17.1",
"braces@<3.0.3": ">=3.0.3",
"fast-xml-parser@<4.4.1": ">=4.4.1",
"@75lb/deep-merge@<1.1.2": ">=1.1.2",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"webpack@<5.94.0": ">=5.94.0",
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0",
"path-to-regexp@>=0.2.0 <8.0.0": ">=8.0.0",
"path-to-regexp@<0.1.10": ">=0.1.10",
"body-parser@<1.20.3": ">=1.20.3",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
}
}
}