-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "@dfinity/rosetta-client",
"version": "0.6.2",
"main": "./index.js",
"type": "commonjs",
"license": "Apache-2.0",
"author": "DFINITY Stiftung <[email protected]>",
"keywords": [
"rosetta",
"dfinity",
"internet-computer"
],
"repository": {
"type": "git",
"url": "https://github.com/dfinity/rosetta-client.git"
},
"bugs": {
"url": "https://github.com/dfinity/rosetta-client/issues"
},
"homepage": "https://github.com/dfinity/rosetta-client",
"scripts": {
"build": "patch-package && webpack --entry ./index.js --mode production --no-optimization-minimize --no-output-iife --output-library-type commonjs --progress --target node"
},
"files": [
"autogen",
"lib",
"patches",
"index.js"
],
"dependencies": {
"@dfinity/principal": "^0.10.4",
"axios": "^0.26.1",
"cbor": "^8.1.0",
"crc": "^3.8.0",
"google-protobuf": "^3.20.0",
"js-sha256": "^0.9.0",
"json-bigint": "^1.0.0",
"node-forge": "^1.3.1",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"0x": "^5.2.1",
"node-inspect-extracted": "^1.1.0",
"patch-package": "^6.4.7",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2"
}
}