|
1 | 1 | { |
2 | 2 | "name": "@roo-code/types", |
3 | | - "description": "Roo Code foundational types and schemas.", |
4 | | - "version": "0.0.0", |
5 | | - "type": "module", |
| 3 | + "version": "1.15.0", |
| 4 | + "description": "TypeScript type definitions for Roo Code.", |
| 5 | + "publishConfig": { |
| 6 | + "access": "public" |
| 7 | + }, |
| 8 | + "author": "Roo Code Team", |
| 9 | + "license": "MIT", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/RooCodeInc/Roo-Code.git" |
| 13 | + }, |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/RooCodeInc/Roo-Code/issues" |
| 16 | + }, |
| 17 | + "homepage": "https://github.com/RooCodeInc/Roo-Code/tree/main/packages/types", |
| 18 | + "keywords": [ |
| 19 | + "roo", |
| 20 | + "roo-code", |
| 21 | + "ai" |
| 22 | + ], |
6 | 23 | "main": "./dist/index.cjs", |
| 24 | + "module": "./dist/index.mjs", |
| 25 | + "types": "./dist/index.d.ts", |
7 | 26 | "exports": { |
8 | 27 | ".": { |
9 | | - "types": "./src/index.ts", |
10 | | - "import": "./src/index.ts", |
| 28 | + "types": "./dist/index.d.ts", |
| 29 | + "import": "./dist/index.mjs", |
11 | 30 | "require": { |
12 | | - "types": "./dist/index.d.cts", |
13 | | - "default": "./dist/index.cjs" |
| 31 | + "types": "./dist/index.d.ts", |
| 32 | + "default": "./dist/index.js" |
14 | 33 | } |
15 | 34 | } |
16 | 35 | }, |
|
22 | 41 | "check-types": "tsc --noEmit", |
23 | 42 | "test": "vitest --globals --run", |
24 | 43 | "build": "tsup", |
| 44 | + "prepublishOnly": "pnpm run build", |
| 45 | + "publish:test": "pnpm publish --dry-run", |
| 46 | + "publish": "pnpm publish", |
25 | 47 | "clean": "rimraf dist .turbo" |
26 | 48 | }, |
27 | 49 | "dependencies": { |
|
0 commit comments