jcc_wallet
Version:
Toolkit of wallet to manage multiple chains & support multiple keystores for each chain
136 lines (135 loc) • 3.75 kB
JSON
{
"name": "jcc_wallet",
"version": "4.0.12",
"description": "Toolkit of wallet to manage multiple chains & support multiple keystores for each chain",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"unpkg": "dist/jcc-wallet.min.js",
"files": [
"lib",
"dist"
],
"scripts": {
"prepare": "husky install",
"deploy": "./publish.sh",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"build": "tsc --skipLibCheck",
"test": "npm run test:node && npm run test:browser",
"test:node": "jest --coverage",
"test:browser": "karma start karma.conf.js",
"eslint": "./node_modules/.bin/eslint src",
"compile": "./compile.sh",
"pretty": "pretty-quick --staged",
"analyzer": "cross-env REPORT=true webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JCCDex/jcc_wallet.git"
},
"keywords": [
"jccdex",
"blockchain",
"wallet",
"ethereum",
"jingtum",
"moac",
"call-chain",
"bizain-chain",
"stream-chain",
"swtc-chain",
"keystore"
],
"author": "JCCDex",
"license": "MIT",
"bugs": {
"url": "https://github.com/JCCDex/jcc_wallet/issues"
},
"homepage": "https://github.com/JCCDex/jcc_wallet#readme",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/eslint-parser": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@types/chai": "^4.3.16",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"chai": "^4.2.0",
"cross-env": "^7.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^9.4.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"globals": "^15.8.0",
"husky": "^7.0.4",
"jest": "^29.7.0",
"jest-localstorage-mock": "^2.4.26",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-detect-browsers": "^2.3.3",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.1",
"mocha": "^10.2.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"sinon": "^17.0.1",
"ts-loader": "^9.5.1",
"typescript": "5.7.2",
"typescript-eslint": "^8.48.1",
"webpack": "^5.106.2",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@noble/curves": "1.9.7",
"@noble/hashes": "1.8.0",
"@scure/bip32": "1.7.0",
"base-x": "^4.0.1",
"bip39": "^3.1.0",
"bip44-constants": "^396.0.0",
"bn.js": "5.2.3",
"buffer": "^6.0.3",
"clone-deep": "^4.0.1",
"ethereum-cryptography": "^3.2.0",
"lockr": "^0.8.5"
},
"sideEffects": false,
"packageManager": "yarn@4.0.0-rc.48",
"overrides": {
"elliptic": "6.6.1",
"flatted": "3.4.2",
"lodash": "4.18.1",
"follow-redirects": "1.16.0",
"qs": "6.15.1",
"fast-uri": "3.1.2",
"picomatch": "4.0.4",
"socket.io-parser": "4.2.6",
"serialize-javascript": "7.0.5",
"babel-plugin-istanbul": "8.0.2",
"bn.js": "5.2.3",
"diff": "5.2.2",
"@noble/curves": "1.9.7",
"@noble/hashes": "1.8.0"
},
"resolutions": {
"elliptic": "6.6.1",
"flatted": "3.4.2",
"lodash": "4.18.1",
"follow-redirects": "1.16.0",
"qs": "6.15.1",
"fast-uri": "3.1.2",
"picomatch": "4.0.4",
"socket.io-parser": "4.2.6",
"serialize-javascript": "7.0.5",
"babel-plugin-istanbul": "8.0.2",
"bn.js": "5.2.3",
"diff": "5.2.2",
"@noble/curves": "1.9.7",
"@noble/hashes": "1.8.0"
}
}