mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
37 lines
911 B
JSON
37 lines
911 B
JSON
{
|
|
"name": "roo-code-types",
|
|
"version": "0.0.1",
|
|
"description": "TypeScript type definitions for Roo Code",
|
|
"author": "Roo Code Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RooVetGit/Roo-Code.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/RooVetGit/Roo-Code/issues"
|
|
},
|
|
"homepage": "https://github.com/RooVetGit/Roo-Code/tree/main/roo-code-types",
|
|
"keywords": [
|
|
"roo",
|
|
"roo-code",
|
|
"ai"
|
|
],
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.d.ts",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "echo \"No build required - this package only contains type definitions\"",
|
|
"prepublishOnly": "npm run build",
|
|
"generate-types": "cd .. && npm run generate-types",
|
|
"check-types": "tsc --noEmit",
|
|
"release:test": "semantic-release --dry-run",
|
|
"release": "semantic-release"
|
|
},
|
|
"devDependencies": {
|
|
"semantic-release": "^24.2.3"
|
|
}
|
|
}
|