{
  "name": "@blockassetlabs/project",
  "version": "2.4.11",
  "description": "Blockasset Project",
  "keywords": [
    "solana",
    "anchor",
    "project"
  ],
  "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/project/ src/index.ts",
    "yalc": "yalc publish",
    "test": "jest --setupFiles dotenv/config --detectOpenHandles"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.10.5",
    "@saberhq/chai-solana": "^3.0.0",
    "@saberhq/eslint-config": "^3.4.3",
    "@saberhq/solana-contrib": "^3.0.0",
    "@saberhq/tsconfig": "^3.4.3",
    "@types/jest": "^29.5.14",
    "eslint": "^9.19.0",
    "eslint-import-resolver-node": "^0.3.9",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.11.0",
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "lint-staged": "^15.4.3",
    "mocha": "^11.1.0",
    "mocha-junit-reporter": "^2.2.1",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typedoc": "^0.27.6",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.30.1",
    "@saberhq/anchor-contrib": "^3.0.0",
    "@saberhq/token-utils": "^3.0.0",
    "@solana/spl-token": "^0.4.12",
    "@solana/web3.js": "^1.98.0",
    "axios": "^1.7.9",
    "bn.js": "^5.2.1",
    "jsbi": "^4.3.0"
  }
}