UNPKG

4.28 kBJSONView Raw
1{
2 "name": "bitgo",
3 "version": "14.1.0",
4 "description": "BitGo JavaScript SDK",
5 "main": "./dist/src/index.js",
6 "types": "./dist/types/src/index.d.ts",
7 "keywords": [
8 "bitgo",
9 "bitcoin",
10 "bitgojs"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/BitGo/BitGoJS.git",
15 "directory": "modules/bitgo"
16 },
17 "license": "Apache-2.0",
18 "engines": {
19 "node": ">=14 <17",
20 "npm": ">=3.10.10"
21 },
22 "scripts": {
23 "compile": "npm run webpack-prod",
24 "compile-dbg": "npm run webpack-dev",
25 "compile-test": "npm run webpack-dev",
26 "webpack-dev": "cross-env NODE_ENV=development webpack",
27 "webpack-prod": "cross-env NODE_ENV=production webpack",
28 "test": "npm run coverage",
29 "unit-test": "mocha",
30 "coverage": "nyc -- npm run unit-test",
31 "integration-test": "nyc -- mocha \"test/v2/integration/**/*.ts\"",
32 "browser-test": "karma start karma.conf.js",
33 "lint": "eslint --quiet .",
34 "audit": "if [ \"$(npm --version | cut -d. -f1)\" -ge \"6\" ]; then npm audit; else echo \"npm >= 6 required to perform audit. skipping...\"; fi",
35 "clean": "rm -r dist/*",
36 "build": "yarn tsc --build --incremental --verbose .",
37 "prepare": "npm run build",
38 "prepublishOnly": "npm run compile",
39 "upload-artifacts": "node scripts/upload-test-reports.js",
40 "check-fmt": "prettier --check '{src,test}/**/*.{ts,js,json}'",
41 "precommit": "lint-staged",
42 "unprettied": "grep -R -L --include '*.ts' --include '*.js' --include '*.json' '@prettier' src test",
43 "fmt": "prettier --write '{src,test}/**/*.{ts,js,json}'",
44 "upload-docs": "node scripts/upload-docs.js",
45 "gen-docs": "typedoc"
46 },
47 "dependencies": {
48 "@bitgo/account-lib": "^2.19.0",
49 "@bitgo/blockapis": "^1.0.1",
50 "@bitgo/sdk-api": "^1.0.1",
51 "@bitgo/sdk-core": "^1.0.1",
52 "@bitgo/sjcl": "^1.0.1",
53 "@bitgo/statics": "^6.17.0",
54 "@bitgo/unspents": "^0.8.0",
55 "@bitgo/utxo-lib": "^2.2.2",
56 "@types/bluebird": "^3.5.25",
57 "@types/superagent": "^4.1.3",
58 "algosdk": "^1.14.0",
59 "assert": "^2.0.0",
60 "big.js": "^3.1.3",
61 "bigi": "^1.4.0",
62 "bignumber.js": "^8.0.1",
63 "bip32": "^2.0.6",
64 "bitcoinjs-message": "^2.0.0",
65 "bluebird": "^3.5.3",
66 "bs58": "^2.0.1",
67 "bs58check": "^1.0.4",
68 "cashaddress": "^1.1.0",
69 "debug": "^3.1.0",
70 "ecurve": "^1.0.6",
71 "eol": "^0.5.0",
72 "eosjs": "^21.0.2",
73 "eosjs-ecc": "^4.0.4",
74 "lodash": "^4.17.14",
75 "moment": "^2.20.1",
76 "openpgp": "5.1.0",
77 "ripple-address-codec": "~4.1.3",
78 "ripple-binary-codec": "~0.2.4",
79 "ripple-keypairs": "^0.11.0",
80 "ripple-lib": "~1.4.1",
81 "sanitize-html": "^1.27.5",
82 "secp256k1": "^4.0.2",
83 "secrets.js-grempe": "^1.1.0",
84 "stellar-sdk": "^10.0.1",
85 "superagent": "^3.8.3",
86 "superagent-proxy": "^3.0.0"
87 },
88 "devDependencies": {
89 "@types/create-hmac": "^1.1.0",
90 "@types/debug": "^4.1.4",
91 "@types/jasmine": "^3.5.12",
92 "@types/lodash": "^4.14.121",
93 "@types/nock": "^9.3.1",
94 "@types/node": "^11.11.4",
95 "@types/secp256k1": "^4.0.1",
96 "@types/sinon": "^7.0.6",
97 "cross-env": "^7.0.3",
98 "crypto-browserify": "^3.12.0",
99 "glob": "^7.1.3",
100 "html-webpack-plugin": "^5.5.0",
101 "https-browserify": "^1.0.0",
102 "karma": "^5.1.1",
103 "karma-chrome-launcher": "^3.1.0",
104 "karma-jasmine": "^4.0.0",
105 "karma-mocha": "^2.0.1",
106 "karma-typescript": "^5.0.3",
107 "lint-staged": "^8.1.4",
108 "minimist": "^1.2.5",
109 "nock": "=9.0.28",
110 "nyc": "^15.0.0",
111 "process": "^0.11.10",
112 "puppeteer": "2.1.1",
113 "q": "^1.1.2",
114 "request": "^2.88.0",
115 "request-promise": "^4.2.2",
116 "should": "^13.1.3",
117 "should-http": "^0.1.1",
118 "should-sinon": "^0.0.6",
119 "sinon": "^6.3.5",
120 "sjcl": "^1.0.8",
121 "stream-http": "^3.2.0",
122 "supertest": "^3.0.0",
123 "terser": "^3.16.1",
124 "url": "^0.11.0",
125 "webpack": "5.66.0",
126 "webpack-cli": "4.9.1"
127 },
128 "optionalDependencies": {
129 "@ethereumjs/common": "^2.4.0",
130 "@ethereumjs/tx": "^3.3.0",
131 "ethereumjs-abi": "^0.6.5",
132 "ethereumjs-util": "6.2.1"
133 },
134 "nyc": {
135 "extension": [
136 ".ts"
137 ]
138 },
139 "publishConfig": {
140 "access": "public"
141 },
142 "gitHead": "321f96e8abb546d18c046f224d1f082319e4b38f"
143}