-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "@decent-bet/solido-provider-thorify",
"version": "3.0.3",
"description": "Solido Thorify provider",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jasmine-ts \"spec/**/*.spec.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/decent-bet/solido-provider-thorify.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/decent-bet/solido-provider-thorify/issues"
},
"homepage": "https://github.com/decent-bet/solido-provider-thorify#readme",
"devDependencies": {
"@types/jasmine": "^3.3.12",
"@types/node": "^11.12.0",
"@typescript-eslint/eslint-plugin": "^1.5.0",
"eslint": "^5.15.3",
"jasmine": "^3.4.0",
"jasmine-ts": "^0.3.0",
"nodemon": "^1.18.10",
"ts-node": "^8.0.3",
"typescript": "^3.3.4000",
"@decent-bet/solido": "1.0.0"
},
"dependencies": {
"@types/web3": "^1.2.2",
"axios": "^0.19.2",
"rxjs": "^6.5.5",
"thor-devkit": "1.2.5",
"thorify": "1.5.2",
"web3": "^1.2.9",
"xdvplatform-wallet": "^2.0.8"
},
"peerDependencies": {
"@decent-bet/solido": "1.0.0"
}
}