-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
38 lines (38 loc) · 922 Bytes
/
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
{
"name": "@openzeppelin/defender-admin-client",
"version": "1.54.6",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "yarn test:unit",
"test:unit": "jest --verbose --passWithNoTests",
"watch": "tsc -w",
"prepare": "yarn build"
},
"files": [
"lib",
"!*.test.js",
"!*.test.js.map",
"!*.test.d.ts",
"!*__mocks__"
],
"author": "Santiago Palladino <[email protected]>",
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-base-client": "1.54.6",
"axios": "^1.4.0",
"ethers": "^5.7.2",
"lodash": "^4.17.19",
"node-fetch": "^2.6.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenZeppelin/defender-client.git"
},
"gitHead": "0fc43da796268b8c75d70179c7ea649b160dfd06"
}