package.json 494 B

123456789101112131415161718192021
  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. "@biomejs/biome": "^1.9.4",
  12. "@types/bn.js": "^5.1.6",
  13. "@types/chai": "^4.3.20",
  14. "@types/mocha": "^9.0.0",
  15. "chai": "^4.5.0",
  16. "mocha": "^9.0.3",
  17. "prettier": "^2.8.8",
  18. "ts-mocha": "^10.0.0",
  19. "typescript": "^4.3.5"
  20. }
  21. }