{
  "name": "@chorus-one/solana",
  "version": "1.1.6",
  "description": "All-in-one toolkit for building staking dApps on Solana network",
  "scripts": {
    "build": "rm -fr dist/* && tsc -p tsconfig.mjs.json --outDir dist/mjs && tsc -p tsconfig.cjs.json --outDir dist/cjs && bash ../../scripts/fix-package-json",
    "test:integration": "mocha 'test/integration/**/*.spec.ts'"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "types": "dist/mjs/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/mjs/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChorusOne/chorus-one-sdk.git",
    "directory": "packages/solana"
  },
  "homepage": "https://chorus-one.gitbook.io/sdk",
  "keywords": [
    "solana",
    "staking",
    "dApps",
    "blockchain",
    "chorus-one",
    "sdk"
  ],
  "author": "Chorus One AG",
  "license": "Apache-2.0",
  "dependencies": {
    "@chorus-one/signer": "^1.0.0",
    "@chorus-one/utils": "^1.0.2",
    "@solana/web3.js": "^1.98.0"
  }
}
