-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "@nuts-finance/sdk-stable-asset",
"version": "1.2.8",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nutsfinance/sdk-stable-asset.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nutsfinance/sdk-stable-asset/issues"
},
"homepage": "https://github.com/nutsfinance/sdk-stable-asset#readme",
"dependencies": {
"axios": "^0.27.2",
"bignumber.js": "^9.0.0",
"lodash": "^4.17.20",
"rxjs": "^7.4.0"
},
"peerDependencies": {
"@acala-network/sdk": ">=4.1.9-2",
"@acala-network/sdk-core": ">=4.1.9-2",
"@acala-network/types": ">=5.1.1",
"@polkadot/api": ">=10"
},
"devDependencies": {
"@acala-network/sdk": "4.1.9-2",
"@acala-network/sdk-core": "4.1.9-2",
"@acala-network/types": "5.1.1",
"@polkadot/api": "^10.7.2"
}
}