package.json 730 B

123456789101112131415161718192021222324
  1. {
  2. "license": "ISC",
  3. "scripts": {
  4. "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
  5. "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
  6. },
  7. "dependencies": {
  8. "@coral-xyz/anchor": "^0.30.1"
  9. },
  10. "devDependencies": {
  11. "@solana/web3.js": "^1.95.4",
  12. "@types/bn.js": "^5.1.0",
  13. "@types/chai": "^4.3.0",
  14. "@types/mocha": "^9.0.0",
  15. "anchor-bankrun": "^0.5.0",
  16. "chai": "^4.3.4",
  17. "mocha": "^9.0.3",
  18. "prettier": "^2.6.2",
  19. "solana-bankrun": "^0.4.0",
  20. "ts-mocha": "^10.0.0",
  21. "typescript": "^4.3.5"
  22. },
  23. "packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
  24. }