package.json 563 B

1234567891011121314151617181920
  1. {
  2. "name": "kamaji",
  3. "description": "Deploys and operates Kubernetes Control Plane at scale with a fraction of the operational burden",
  4. "icon": "https://raw.githubusercontent.com/rancher/partner-extensions/main/icons/kamaji/0.2.0-icon-kamaji.svg",
  5. "version": "0.2.0",
  6. "private": false,
  7. "rancher": true,
  8. "engines": {
  9. "node": ">=12"
  10. },
  11. "devDependencies": {
  12. "@vue/cli-plugin-babel": "4.5.18",
  13. "@vue/cli-service": "4.5.18",
  14. "@vue/cli-plugin-typescript": "4.5.18"
  15. },
  16. "files": [
  17. "**/*"
  18. ],
  19. "main": "kamaji-0.2.0.umd.min.js"
  20. }