-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 996 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
39
{
"name": "@rabby-wallet/rabby-security-engine",
"version": "2.0.9",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "rimraf dist && tsc",
"prepublishOnly": "yarn test && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RabbyHub/rabby-security-engine.git"
},
"author": "vvvvvv1vvvvvv",
"license": "ISC",
"bugs": {
"url": "https://github.com/RabbyHub/rabby-security-engine/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/RabbyHub/rabby-security-engine#readme",
"devDependencies": {
"@debank/common": "^0.3.60",
"@rabby-wallet/rabby-api": "^0.7.27",
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^27.4.0",
"jest": "27",
"rollup": "^2.73.0",
"ts-jest": "^27.1.2",
"typescript": "^4.6.4"
},
"peerDependencies": {
"@debank/common": "*",
"@rabby-wallet/rabby-api": "*"
},
"packageManager": "[email protected]"
}