|
1 | 1 | { |
2 | | - "name": "@roo-code/vscode-e2e", |
| 2 | + "name": "@tne-code/vscode-e2e", |
3 | 3 | "private": true, |
4 | 4 | "scripts": { |
5 | 5 | "lint": "eslint src --ext=ts --max-warnings=0", |
6 | 6 | "check-types": "tsc -p tsconfig.esm.json --noEmit", |
7 | 7 | "format": "prettier --write src", |
8 | | - "test:ci": "pnpm -w bundle && pnpm --filter @roo-code/vscode-webview build && pnpm test:run", |
| 8 | + "test:ci": "pnpm -w bundle && pnpm --filter @tne-code/vscode-webview build && pnpm test:run", |
9 | 9 | "test:run": "rimraf out && tsc -p tsconfig.json && npx dotenvx run -f .env.local -- node ./out/runTest.js", |
10 | 10 | "clean": "rimraf out .turbo" |
11 | 11 | }, |
12 | 12 | "devDependencies": { |
13 | | - "@roo-code/config-eslint": "workspace:^", |
14 | | - "@roo-code/config-typescript": "workspace:^", |
15 | | - "@roo-code/types": "workspace:^", |
| 13 | + "@tne-code/config-eslint": "workspace:^", |
| 14 | + "@tne-code/config-typescript": "workspace:^", |
| 15 | + "@tne-code/types": "workspace:^", |
16 | 16 | "@types/mocha": "^10.0.10", |
17 | 17 | "@types/node": "^22.14.1", |
18 | 18 | "@types/vscode": "^1.95.0", |
|
0 commit comments