{
  "name": "@tensor-hq/tensor-common",
  "version": "8.3.2",
  "description": "Common utility methods used by Tensor.",
  "sideEffects": false,
  "module": "./dist/esm/index.js",
  "main": "./dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "files": [
    "/dist/esm/**/*",
    "/dist/cjs/**/*"
  ],
  "scripts": {
    "test": "yarn ts-mocha -p ./tsconfig.cjs.json tests/**/*.test.ts",
    "build": "rm -rf ./dist && yarn tsc && yarn tsc -p tsconfig.cjs.json",
    "publish:private": "yarn build && yarn npm publish",
    "publish:public": "yarn build && npm publish --access public --registry https://registry.npmjs.org",
    "publish:all": "yarn publish:private && yarn publish:public"
  },
  "repository": "git@github.com:tensor-hq/tensor-common.git",
  "license": "MIT",
  "dependencies": {
    "@coral-xyz/anchor": "^0.26.0",
    "@metaplex-foundation/mpl-auction-house": "^2.1.1",
    "@metaplex-foundation/mpl-bubblegum": "^0.7.0",
    "@solana/spl-account-compression": "^0.1.4",
    "@solana/spl-token": "^0.3.7",
    "@solana/web3.js": "^1.91.1",
    "axios": "^0.28.0",
    "big.js": "^6.2.1",
    "bn.js": "^5.2.1",
    "borsh": "^0.7.0",
    "bs58": "^5.0.0",
    "exponential-backoff": "^3.1.1",
    "js-sha3": "^0.8.0",
    "semaphore": "^1.1.0"
  },
  "devDependencies": {
    "@types/big.js": "^6.1.5",
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/semaphore": "^1.1.1",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "prettier": "^2.7.1",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4"
  },
  "packageManager": "yarn@3.3.1"
}
