{
  "name": "@bitflowlabs/core-sdk",
  "version": "3.1.0",
  "description": "SDK for interacting with Bitflow Protocol",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:unit": "jest src/BitflowSDK.test.ts",
    "test:api-keys": "ts-node test-api-keys.ts",
    "test:api-keys:js": "node test-api-keys.js",
    "lint": "eslint .",
    "prepare": "npm run build && husky",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BitflowFinance/bitflow-sdk.git"
  },
  "keywords": [
    "bitflow",
    "blockchain",
    "defi",
    "sdk"
  ],
  "author": "Bitflow Protocol",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^20.4.2",
    "@commitlint/config-conventional": "^20.4.2",
    "@eslint/js": "^10.0.1",
    "@types/jest": "^29.5.13",
    "@types/node": "^20.16.10",
    "@types/node-fetch": "^2.6.12",
    "eslint": "^10.0.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "eslint-plugin-unused-imports": "^4.4.1",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^16.2.7",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.56.1"
  },
  "dependencies": {
    "@stacks/connect": "^7.10.2",
    "@stacks/network": "^7.0.2",
    "@stacks/transactions": "^7.0.5",
    "dotenv": "^16.4.7"
  },
  "engines": {
    "node": ">=22"
  },
  "bugs": {
    "url": "https://github.com/BitflowFinance/bitflow-sdk/issues"
  },
  "homepage": "https://github.com/BitflowFinance/bitflow-sdk#readme",
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "**/*.ts": "eslint"
  }
}
