forked from trustwallet/web-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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
{
"name": "@trustwallet/walletconnect",
"version": "0.1.16",
"description": "Trust WalletConnect extensions",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"clean": "shx rm -rf lib",
"build": "webpack",
"test": "yarn jest --config ../../jest.config.js --colors",
"lint": "eslint 'src/**/*.{ts,tsx}' --max-warnings 0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/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/jest": "^24.0.0",
"isomorphic-fetch": "^2.2.1",
"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/types": "^0.1.16",
"@walletconnect/core": "^1.0.0-beta.32",
"@walletconnect/types": "^1.0.0-beta.32",
"@walletconnect/utils": "^1.0.0-beta.32"
},
"gitHead": "ca18a425404a7ffc52cbaf7d7db7dd1d19525a70"
}