package.json 461 B

12345678910111213141516171819202122
  1. {
  2. "name": "transfer-hook",
  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": "anchor test"
  18. },
  19. "dependencies": {
  20. "@solana/spl-token": "^0.3.9"
  21. }
  22. }