-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.7 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
{
"name": "glip-wallet-sdk",
"version": "1.0.115",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"watch": "npm-watch"
},
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "tsx,ts,js,json",
"quiet": false
}
},
"files": [
"wallet/**/*",
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/glip-gg/glip-wallet-sdk-api-docs.git"
},
"keywords": [
"web3",
"ethereum",
"wallet",
"non-custodial",
"security"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/glip-gg/glip-wallet-sdk-api-docs/issues"
},
"homepage": "https://github.com/glip-gg/glip-wallet-sdk-api-docs#readme",
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"jest": "^28.1.3",
"npm-watch": "^0.11.0",
"path": "^0.12.7",
"prettier": "^2.7.1",
"process": "0.11.10",
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@types/socket.io-client": "^3.0.0",
"ethers": "^5.6.8",
"process": "0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io-client": "^4.5.2",
"uuid": "^9.0.0"
}
}