@roo-code/types
Version:
TypeScript type definitions for Roo Code.
45 lines (44 loc) • 877 B
JSON
{
"name": "@roo-code/types",
"version": "1.46.0",
"description": "TypeScript type definitions for Roo Code.",
"publishConfig": {
"access": "public",
"name": "@roo-code/types",
"registry": "https://registry.npmjs.org/"
},
"author": "Roo Code Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RooCodeInc/Roo-Code.git"
},
"bugs": {
"url": "https://github.com/RooCodeInc/Roo-Code/issues"
},
"homepage": "https://roocode.com",
"keywords": [
"roo",
"roo-code",
"ai"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist"
],
"dependencies": {
"zod": "^3.25.61"
}
}