package.json 833 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@roo-code/types",
  3. "version": "1.40.0",
  4. "description": "TypeScript type definitions for Roo Code.",
  5. "publishConfig": {
  6. "access": "public",
  7. "name": "@roo-code/types"
  8. },
  9. "author": "Roo Code Team",
  10. "license": "MIT",
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/RooCodeInc/Roo-Code.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/RooCodeInc/Roo-Code/issues"
  17. },
  18. "homepage": "https://github.com/RooCodeInc/Roo-Code/tree/main/packages/types",
  19. "keywords": [
  20. "roo",
  21. "roo-code",
  22. "ai"
  23. ],
  24. "main": "./dist/index.cjs",
  25. "module": "./dist/index.js",
  26. "types": "./dist/index.d.ts",
  27. "exports": {
  28. ".": {
  29. "types": "./dist/index.d.ts",
  30. "import": "./dist/index.js",
  31. "require": {
  32. "types": "./dist/index.d.cts",
  33. "default": "./dist/index.cjs"
  34. }
  35. }
  36. },
  37. "files": [
  38. "dist"
  39. ]
  40. }