{
  "name": "jcc_exchange",
  "version": "3.2.5",
  "description": "api of jcc exchange",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@swtc/common": "^1.2.0",
    "@swtc/serializer": "^1.2.0",
    "@swtc/wallet": "^1.2.0",
    "jcc_rpc": "^0.3.3"
  },
  "devDependencies": {
    "@types/node": "^22.10.7",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "assert": "^2.1.0",
    "buffer": "^6.0.3",
    "c8": "^11.0.0",
    "chai": "^4.5.0",
    "eslint": "^8.57.1",
    "husky": "^9.1.7",
    "karma": "^6.4.4",
    "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.8.2",
    "path-browserify": "^1.0.1",
    "prettier": "^3.4.2",
    "pretty-quick": "^4.0.0",
    "process": "^0.11.10",
    "sinon": "^18.0.1",
    "stream-browserify": "^3.0.0",
    "ts-loader": "^9.5.1",
    "typescript": "^5.7.3",
    "url": "^0.11.4",
    "util": "^0.12.5",
    "webpack": "^5.97.1",
    "webpack-cli": "^5.1.4"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "deploy": "./publish.sh",
    "lint": "eslint \"src/**/*.ts\"",
    "test": "npm run test:node && npm run test:browser",
    "test:node": "tsc && c8 --src src --reporter=lcov --reporter=html --reporter=text mocha --timeout=3000 test/*.spec.js",
    "test:browser": "tsc && karma start karma.conf.js",
    "pretty": "pretty-quick --staged",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JCCDex/jcc_exchange.git"
  },
  "keywords": [
    "jcc",
    "exchange"
  ],
  "author": "JCCDex",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JCCDex/jcc_exchange/issues"
  },
  "homepage": "https://github.com/JCCDex/jcc_exchange#readme",
  "overrides": {
    "axios": "^1.7.9",
    "serialize-javascript": "^7.0.5",
    "tar": "^7.4.3",
    "elliptic": "^6.6.1",
    "fast-uri": "^3.1.2"
  }
}
