package.json 592 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "deprecated-layout",
  3. "version": "0.21.0",
  4. "license": "(MIT OR Apache-2.0)",
  5. "homepage": "https://github.com/project-serum/anchor#readme",
  6. "bugs": {
  7. "url": "https://github.com/project-serum/anchor/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/project-serum/anchor.git"
  12. },
  13. "engines": {
  14. "node": ">=11"
  15. },
  16. "dependencies": {
  17. "@project-serum/anchor": "^0.21.0"
  18. },
  19. "devDependencies": {
  20. "chai": "^4.3.4",
  21. "mocha": "^9.0.3",
  22. "ts-mocha": "^8.0.0",
  23. "@types/mocha": "^9.0.0",
  24. "typescript": "^4.3.5"
  25. }
  26. }