-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.81 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
64
65
66
67
{
"name": "did-connect",
"version": "2.0.0",
"private": "true",
"workspaces": [
"core/*",
"relay/*",
"ux/*",
"playground/*"
],
"scripts": {
"lint": "lerna run lint --parallel",
"lint:fix": "lerna run lint:fix",
"coverage": "lerna run coverage",
"update:deps": "npx -y taze -r -n /arcblock\\|ocap\\|abtnode\\|blocklet\\|did-connect/ -w -f && yarn && npm run dedupe",
"dedupe": "npx yarn-deduplicate yarn.lock && yarn",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@arcblock/did": "^1.18.115",
"@arcblock/eslint-config": "^0.3.0",
"@arcblock/eslint-config-ts": "0.3.0",
"@arcblock/jwt": "^1.18.115",
"@arcblock/validator": "^1.18.115",
"@arcblock/ws": "^1.18.115",
"@nedb/core": "^2.1.5",
"@nedb/multi": "^2.1.5",
"@ocap/asset": "^1.18.115",
"@ocap/client": "^1.18.115",
"@ocap/mcrypto": "^1.18.115",
"@ocap/proto": "^1.18.115",
"@ocap/util": "^1.18.115",
"@ocap/wallet": "^1.18.115",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"create-cert": "^1.0.6",
"eslint": "^8.26.0",
"express": "^4.18.2",
"lint-staged": "^12.5.0",
"morgan": "^1.10.0",
"pify": "^5.0.0",
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
},
"resolutions": {
"@arcblock/did": "^1.18.115",
"@arcblock/jwt": "^1.18.115",
"@arcblock/validator": "^1.18.115",
"@arcblock/ws": "^1.18.115",
"@blocklet/js-sdk": "^1.16.25",
"@nedb/core": "2.x",
"@nedb/multi": "2.x",
"@ocap/asset": "^1.18.115",
"@ocap/client": "^1.18.115",
"@ocap/mcrypto": "^1.18.115",
"@ocap/proto": "^1.18.115",
"@ocap/util": "^1.18.115",
"@ocap/wallet": "^1.18.115"
},
"dependencies": {
"@types/node": "^18.11.4"
}
}