package.json 488 B

1234567891011121314151617181920212223
  1. {
  2. "name": "custom-coder",
  3. "version": "0.30.0",
  4. "license": "(MIT OR Apache-2.0)",
  5. "homepage": "https://github.com/coral-xyz/anchor#readme",
  6. "bugs": {
  7. "url": "https://github.com/coral-xyz/anchor/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/coral-xyz/anchor.git"
  12. },
  13. "engines": {
  14. "node": ">=11"
  15. },
  16. "scripts": {
  17. "test": "anchor test --skip-lint"
  18. },
  19. "dependencies": {
  20. "mocha": "^10.0.0",
  21. "ts-mocha": "^10.0.0"
  22. }
  23. }