package.json 447 B

12345678910111213141516171819202122
  1. {
  2. "name": "anchor-cli-idl",
  3. "version": "0.31.1",
  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": ">=17"
  15. },
  16. "scripts": {
  17. "test": "./test.sh"
  18. },
  19. "dependencies": {
  20. "mocha": "9.2.2"
  21. }
  22. }