{ "license": "ISC", "scripts": { "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w", "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check" }, "dependencies": { "@coral-xyz/anchor": "^0.30.1" }, "devDependencies": { "@solana/web3.js": "^1.95.4", "@types/bn.js": "^5.1.0", "@types/chai": "^4.3.0", "@types/mocha": "^9.0.0", "anchor-bankrun": "^0.5.0", "chai": "^4.3.4", "mocha": "^9.0.3", "prettier": "^2.6.2", "solana-bankrun": "^0.4.0", "ts-mocha": "^10.0.0", "typescript": "^4.3.5" }, "packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" }