forked from opensquare-network/scan-common
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "@osn/scan-common",
"version": "0.8.4",
"main": "src/index.js",
"repository": "git@github.com:opensquare-network/scan-common.git",
"author": "Yongfeng LI <yongfeng@opensquare.network>",
"license": "CC-BY-NC-ND-4.0",
"scripts": {
"test": "jest src"
},
"dependencies": {
"@osn/provider-options": "1.1.12",
"@polkadot/api": "^16.5.2",
"@polkadot/api-derive": "^16.5.2",
"@polkadot/types": "^16.5.2",
"@polkadot/util": "^13.5.8",
"@polkadot/util-crypto": "^13.5.8",
"bignumber.js": "^9.1.2",
"lodash.findlast": "^4.6.0",
"lodash.last": "^3.0.0",
"lodash.omit": "^4.5.0",
"log4js": "^6.9.1",
"mongodb": "6.1.0"
},
"devDependencies": {
"jest": "29.6.1",
"pm2": "5.3.0"
},
"peerDependencies": {
"@polkadot/api": "^8.0.0",
"@polkadot/types": "^8.0.0",
"@polkadot/util": "^9.0.0",
"@polkadot/util-crypto": "^9.0.0",
"mongodb": "^4.0.0"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(@polkadot|@babel)/)"
]
}
}