UNPKG

4.24 kBJSONView Raw
1{
2 "name": "bitgo",
3 "version": "13.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/core"
16 },
17 "license": "Apache-2.0",
18 "engines": {
19 "node": ">=10.22.0 <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-test",
26 "webpack-dev": "webpack --progress --colors --env.dev",
27 "webpack-test": "webpack --progress --colors --env.test",
28 "webpack-prod": "webpack --progress --colors --env.prod",
29 "test": "npm run coverage",
30 "unit-test": "mocha \"test/unit/*.ts\" \"test/unit/**/*.ts\" \"test/v2/unit/*.ts\" \"test/v2/unit/**/*.ts\"",
31 "coverage": "nyc -- npm run unit-test",
32 "integration-test": "nyc -- mocha \"test/v2/integration/**/*.ts\"",
33 "browser-test": "karma start karma.conf.js",
34 "lint": "eslint --quiet .",
35 "audit": "if [ \"$(npm --version | cut -d. -f1)\" -ge \"6\" ]; then npm audit; else echo \"npm >= 6 required to perform audit. skipping...\"; fi",
36 "clean": "rm -r dist/*",
37 "build": "tsc && node scripts/copySjcl.js",
38 "prepare": "npm run build",
39 "prepublishOnly": "npm run compile",
40 "upload-artifacts": "node scripts/upload-test-reports.js",
41 "check-fmt": "prettier --check '{src,test}/**/*.{ts,js,json}'",
42 "precommit": "lint-staged",
43 "unprettied": "grep -R -L --include '*.ts' --include '*.js' --include '*.json' '@prettier' src test",
44 "fmt": "prettier --write '{src,test}/**/*.{ts,js,json}'",
45 "upload-docs": "node scripts/upload-docs.js",
46 "gen-docs": "typedoc"
47 },
48 "dependencies": {
49 "@bitgo/account-lib": "^2.17.1",
50 "@bitgo/statics": "^6.15.0",
51 "@bitgo/unspents": "^0.7.1",
52 "@bitgo/utxo-lib": "^2.2.0",
53 "@types/bluebird": "^3.5.25",
54 "@types/superagent": "^4.1.3",
55 "algosdk": "^1.12.0",
56 "assert": "^2.0.0",
57 "big.js": "^3.1.3",
58 "bigi": "^1.4.0",
59 "bignumber.js": "^8.0.1",
60 "bip32": "^2.0.6",
61 "bitcoinjs-message": "^2.0.0",
62 "bluebird": "^3.5.3",
63 "bs58": "^2.0.1",
64 "bs58check": "^1.0.4",
65 "cashaddress": "^1.1.0",
66 "create-hmac": "^1.1.7",
67 "debug": "^3.1.0",
68 "ecurve": "^1.0.6",
69 "eol": "^0.5.0",
70 "eosjs": "^21.0.2",
71 "eosjs-ecc": "^4.0.4",
72 "lodash": "^4.17.14",
73 "moment": "^2.20.1",
74 "ripple-address-codec": "^4.0.0",
75 "ripple-binary-codec": "^0.2.4",
76 "ripple-keypairs": "^0.11.0",
77 "ripple-lib": "^1.4.1",
78 "sanitize-html": "^1.27.5",
79 "secp256k1": "^4.0.2",
80 "secrets.js-grempe": "^1.1.0",
81 "stellar-sdk": "^9.0.1",
82 "superagent": "^3.8.3",
83 "superagent-proxy": "^3.0.0"
84 },
85 "devDependencies": {
86 "@types/create-hmac": "^1.1.0",
87 "@types/debug": "^4.1.4",
88 "@types/jasmine": "^3.5.12",
89 "@types/lodash": "^4.14.121",
90 "@types/mocha": "^5.2.6",
91 "@types/nock": "^9.3.1",
92 "@types/node": "^11.11.4",
93 "@types/secp256k1": "^4.0.1",
94 "@types/sinon": "^7.0.6",
95 "awesome-typescript-loader": "^5.2.1",
96 "glob": "^7.1.3",
97 "html-webpack-plugin": "^3.2.0",
98 "karma": "^5.1.1",
99 "karma-chrome-launcher": "^3.1.0",
100 "karma-jasmine": "^4.0.0",
101 "karma-mocha": "^2.0.1",
102 "karma-typescript": "^5.0.3",
103 "lint-staged": "^8.1.4",
104 "minimist": "^1.2.5",
105 "mocha": "^7.0.0",
106 "mochawesome": "^5.0.0",
107 "nock": "=9.0.28",
108 "nyc": "^15.0.0",
109 "puppeteer": "2.1.1",
110 "q": "^1.1.2",
111 "request": "^2.88.0",
112 "request-promise": "^4.2.2",
113 "should": "^13.1.3",
114 "should-http": "^0.1.1",
115 "should-sinon": "^0.0.6",
116 "sinon": "^6.3.5",
117 "sjcl": "^1.0.8",
118 "supertest": "^3.0.0",
119 "terser": "^3.16.1",
120 "terser-webpack-plugin": "^4.2.3",
121 "webpack": "^4.29.6",
122 "webpack-cli": "^3.2.3"
123 },
124 "optionalDependencies": {
125 "@ethereumjs/common": "^2.4.0",
126 "@ethereumjs/tx": "^3.3.0",
127 "ethereumjs-abi": "^0.6.5",
128 "ethereumjs-util": "6.2.1"
129 },
130 "nyc": {
131 "extension": [
132 ".ts"
133 ]
134 },
135 "gitHead": "48f82e6cd9ccfb1acc112468135dca7af1533ce8"
136}