-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 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
64
65
{
"name": "backward-compatibility-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-mocks": "BUILD_MOCKS=true mocha",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkey/backward-compatibility-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tkey/backward-compatibility-tests/issues"
},
"homepage": "https://github.com/tkey/backward-compatibility-tests#readme",
"dependencies": {
"@jsbits/get-package-version": "^1.0.3",
"@tkey/chrome-storage": "^3.12.1",
"@tkey/common-types": "^3.12.1",
"@tkey/core": "^3.12.1",
"@tkey/default": "^3.12.1",
"@tkey/private-keys": "^3.12.1",
"@tkey/security-questions": "^3.12.1",
"@tkey/seed-phrase": "^3.12.1",
"@tkey/service-provider-base": "^3.12.1",
"@tkey/service-provider-torus": "^3.12.1",
"@tkey/share-serialization": "^3.12.1",
"@tkey/share-transfer": "^3.12.1",
"@tkey/storage-layer-torus": "^3.12.1",
"@tkey/web-storage": "^3.12.1",
"@toruslabs/eccrypto": "^1.1.6",
"bn.js": "^5.2.0",
"cross-env": "^7.0.3",
"mocha": "^8.3.2",
"node-fetch": "^2.6.1",
"web3-utils": "^1.3.5"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@babel/register": "^7.13.14",
"@babel/runtime-corejs3": "^7.13.10",
"@types/bn.js": "^4.11.6",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.39",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"jsdom": "^16.5.3",
"jsdom-global": "^3.0.2",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.4"
}
}