forked from KILTprotocol/kilt-extension-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.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
{
"name": "kilt-extension",
"version": "0.0.1",
"main": "main.js",
"author": "dudleyneedham <[email protected]>",
"license": "BSD-4-Clause",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
"test": "jest test"
},
"dependencies": {
"@kiltprotocol/sdk-js": "^0.29.0-rc.2",
"@kiltprotocol/types": "^0.29.0-rc.2",
"@kiltprotocol/utils": "^0.29.0-rc.2",
"@kiltprotocol/vc-export": "^0.29.0-rc.2",
"@polkadot/api": "^9.4.2",
"@polkadot/util": "^10.1.9",
"@polkadot/util-crypto": "^10.1.9",
"react": "^18.2.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^18.8.2",
"@types/react": "^18.0.21",
"@types/valid-url": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": ">=8.14.0",
"jest": "^27.4.7",
"ts-jest": "^28.0.8",
"ts-jest-resolver": "^2.0.0",
"typescript": "^4.7.4",
"valid-url": "^1.0.9"
}
}