{
  "name": "@coolwallet/sol",
  "version": "1.1.15",
  "description": "Coolwallet Solana sdk",
  "main": "lib/index.js",
  "scripts": {
    "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",
    "test": "NODE_ENV=development jest --runInBand",
    "ci-test": "NODE_ENV=production jest --runInBand",
    "list:token": "babel-node -x \".ts\" tools/token.ts"
  },
  "keywords": [
    "cryptocurrency",
    "coolwallet",
    "coolbitx",
    "solana",
    "sol",
    "transaction",
    "hardwarewallet"
  ],
  "author": "coolwallet-team",
  "license": "ISC",
  "peerDependencies": {
    "@coolwallet/core": "^1.1.31"
  },
  "dependencies": {
    "@solana/buffer-layout": "^4.0.0",
    "bn.js": "^5.2.0",
    "bs58": "^4.0.1",
    "js-sha256": "^0.9.0",
    "tweetnacl": "^1.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.0",
    "@babel/node": "^7.16.8",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.7",
    "@coolwallet/core": "^1.1.31",
    "@solana/spl-token": "^0.2.0",
    "@solana/web3.js": "^1.41.0",
    "@types/bs58": "^4.0.1",
    "bip39": "^3.0.4",
    "regenerator-runtime": "^0.14.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoolBitX-Technology/coolwallet3-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/CoolBitX-Technology/coolwallet3-sdk/issues"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "../../jest.setup.js"
    ],
    "testTimeout": 60000,
    "collectCoverage": true
  }
}
