{
  "name": "@pythnetwork/pyth-lazer-solana-contract",
  "private": true,
  "license": "ISC",
  "scripts": {
    "fix:format": "prettier --write **/*.*",
    "test:format": "prettier --check **/*.*",
    "test:anchor": "CARGO_TARGET_DIR=\"$PWD/target\" anchor test",
    "setup": "pnpm ts-node scripts/setup.ts",
    "check-trusted-signer": "pnpm ts-node scripts/check_trusted_signer.ts"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.30.1"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.0.0",
    "@types/yargs": "^17.0.33",
    "chai": "^4.3.4",
    "mocha": "^9.0.3",
    "prettier": "^2.6.2",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^4.3.5",
    "yargs": "^17.7.2"
  }
}
