{
  "name": "@coolwallet/xrp",
  "version": "2.0.3",
  "description": "Coolwallet Ripple App",
  "main": "lib/index.js",
  "scripts": {
    "test": "NODE_ENV=development jest --runInBand",
    "test-go": "NODE_ENV=development CARD=go jest --runInBand",
    "ci-test": "NODE_ENV=production jest --runInBand",
    "ci-test-go": "NODE_ENV=production CARD=go jest --runInBand",
    "ci-test-report": "NODE_ENV=production jest --no-bail --runInBand --reporters=default --reporters=jest-junit --testResultsProcessor=jest-junit",
    "build:types": "tsc --emitDeclarationOnly",
    "build:ts": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build": "npm run build:types && npm run build:ts",
    "publish-single": "rm -rf node_modules && npm install && npm run build && npm publish"
  },
  "keywords": [
    "XRP",
    "xrp",
    "ripple",
    "coolwallet",
    "xrp",
    "javascript",
    "hardwarewallet",
    "cryptocurrency",
    "coolbitx",
    "transaction"
  ],
  "author": "coolwallet-team",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.0",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.7"
  },
  "dependencies": {
    "@coolwallet/core": "^2.0.0",
    "@types/node": "^13.11.1",
    "base-x": "^3.0.7",
    "ripple-binary-codec": "^2.7.0",
    "rlp": "^3.0.0",
    "typescript": "^3.8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoolBitX-Technology/coolwallet3-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/CoolBitX-Technology/coolwallet3-sdk/issues"
  }
}
