forked from trustwallet/web-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 1.89 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@trustwallet/rpc",
"version": "0.1.29",
"description": "RPC service repository",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib",
"src"
],
"scripts": {
"clean": "shx rm -rf lib",
"build": "webpack",
"test": "yarn jest --config ../../jest.config.js --colors"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/trustwallet/web-core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/trustwallet/web-core/issues"
},
"homepage": "https://github.com/trustwallet/web-core#readme",
"keywords": [],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@types/axios": "^0.14.0",
"@types/jest": "^24.0.0",
"@types/node": "^12.7.1",
"@types/request-promise": "^4.1.44",
"dotenv": "^8.0.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^24.0.0",
"shx": "^0.3.2",
"ts-jest": "^24.0.0",
"ts-loader": "^5.3.3",
"typescript": "^3.1.3",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@trustwallet/api": "^0.1.16",
"@trustwallet/types": "^0.1.16",
"axios": "^0.19.0",
"bignumber.js": "^9.0.0",
"class-transformer": "^0.2.3",
"reflect-metadata": "^0.1.13"
},
"resolutions": {
"jest": "^24.0.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"gitHead": "ca18a425404a7ffc52cbaf7d7db7dd1d19525a70",
"__processed_by_ivy_ngcc__": {
"main": "8.2.4"
}
}