{
  "name": "@blockassetlabs/blaze",
  "version": "0.0.30",
  "description": "Blockasset Blaze",
  "keywords": [
    "solana",
    "anchor",
    "blaze"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "repository": "https://github.com/Blockasset/blockasset-labs",
  "author": "Soroosh Ansarimehr <soroosh@blockasset.co>",
  "bugs": {
    "url": "https://github.com/Blockasset/blockasset-labs/issues",
    "email": "info@blockasset.co"
  },
  "homepage": "https://blockasset.co",
  "license": "MIT",
  "resolutions": {
    "bn.js": "^5.2.0",
    "@types/bn.js": "^5.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "scripts": {
    "build": "rm -fr dist/ && tsc -P tsconfig.cjs.json && tsc -P tsconfig.esm.json",
    "clean": "rm -fr dist/",
    "typecheck": "tsc",
    "lint": "eslint . --cache --fix",
    "lint:ci": "eslint . --max-warnings=0",
    "test:e2e": "anchor test --skip-build 'tests/**/*.ts'",
    "docs:generate": "typedoc --excludePrivate --includeVersion --out ../../docs/blaze/ src/index.ts",
    "release": "yarn build && standard-version && git push --follow-tags && yarn publish"
  },
  "devDependencies": {
    "@project-serum/anchor": "^0.25.0",
    "@rushstack/eslint-patch": "^1.1.4",
    "@saberhq/anchor-contrib": "^1.14.2",
    "@saberhq/chai-solana": "^1.14.2",
    "@saberhq/eslint-config": "^2.0.4",
    "@saberhq/solana-contrib": "^1.14.2",
    "@saberhq/token-utils": "^1.14.2",
    "@saberhq/tsconfig": "^2.0.4",
    "@solana/spl-token": "^0.3.4",
    "@solana/web3.js": "^1.53.0",
    "@types/bn.js": "^5.1.0",
    "@types/bs58": "^4.0.1",
    "@types/chai": "^4.3.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.13",
    "@types/prettier": "^2.7.0",
    "bn.js": "^5.2.1",
    "chai": "4.3.6",
    "eslint": "^8.22.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.26.0",
    "jsbi": "^4.3.0",
    "lint-staged": "^13.0.3",
    "mocha": "^10.0.0",
    "mocha-junit-reporter": "^2.0.2",
    "prettier": "^2.7.1",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.10",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "@project-serum/anchor": ">=0.25.0",
    "@saberhq/anchor-contrib": "^1.14.2",
    "@saberhq/solana-contrib": "^1.14.2",
    "@saberhq/token-utils": "^1.14.2",
    "@solana/spl-token": "^0.3.4",
    "@solana/web3.js": "^1.53.0",
    "bn.js": "^5.2.1",
    "jsbi": "^4.3.0"
  },
  "dependencies": {
    "@blockassetlabs/project": "^0.0.30"
  }
}