package.json 393 B

12345678910111213141516171819
  1. {
  2. "name": "pyth",
  3. "version": "0.28.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"
  18. }
  19. }