{
  "name": "@trustmachines/ballot-box-strategies",
  "version": "0.2.2",
  "description": "BallotBox Strategies",
  "license": "MIT",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.release.json",
    "build:watch": "tsc -w -p tsconfig.release.json",
    "clean": "rimraf coverage build tmp",
    "test": "cross-env NODE_ENV=test jest --testTimeout=20000 --rootDir=./src/"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "dependencies": {
    "@stacks/network": "^4.3.4",
    "@stacks/transactions": "^4.3.4",
    "axios": "^0.27.2",
    "bignumber.js": "^9.0.2",
    "dotenv": "^16.0.2",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  },
  "devDependencies": {
    "@types/jest": "^28.1.4",
    "cross-env": "^7.0.3",
    "jest": "^28.1.2",
    "ts-jest": "^28.0.5"
  }
}
