{
  "name": "clicker-stacks-sdk",
  "version": "1.0.230",
  "description": "TypeScript SDK for interacting with the Clicker smart contract on Stacks blockchain",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "stacks",
    "blockchain",
    "clicker",
    "sdk",
    "smart-contract",
    "web3",
    "dapp",
    "stacks-blockchain",
    "typescript",
    "on-chain",
    "tap-game"
  ],
  "author": "brventonbeshers-ship-it",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brventonbeshers-ship-it/clicker-stacks-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/brventonbeshers-ship-it/clicker-stacks-sdk/issues"
  },
  "homepage": "https://github.com/brventonbeshers-ship-it/clicker-stacks-sdk#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@stacks/network": "^7.3.1",
    "@stacks/transactions": "^7.3.1"
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}
