package.json 404 B

123456789101112131415
  1. {
  2. "scripts": {
  3. "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
  4. "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
  5. },
  6. "dependencies": {
  7. "@kinobi-so/nodes-from-anchor": "^0.21.1",
  8. "@kinobi-so/renderers": "^0.21.1",
  9. "@kinobi-so/renderers-js": "^0.21.6",
  10. "@solana/web3.js": "^2.0.0-rc.1",
  11. "@types/node": "^22.4.1",
  12. "kinobi": "^0.21.3"
  13. },
  14. "license": "MIT"
  15. }