package.json 463 B

1234567891011121314151617181920
  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. "chai": "^4.3.4",
  12. "mocha": "^9.0.3",
  13. "ts-mocha": "^10.0.0",
  14. "@types/bn.js": "^5.1.0",
  15. "@types/chai": "^4.3.0",
  16. "@types/mocha": "^9.0.0",
  17. "typescript": "^4.3.5",
  18. "prettier": "^2.6.2"
  19. }
  20. }