summaryrefslogtreecommitdiff
path: root/package.json
blob: ed095ffd07239298f5beb6b5cd8b290b15b9969c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "gemini-code",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "npm run build --workspaces",
    "test": "npm run test --workspaces",
    "lint": "eslint . --ext .ts,.tsx",
    "typecheck": "tsc --noEmit --jsx react",
    "start": "node ./scripts/check-build-status.js && npm run start --workspace=gemini-code-cli -- \"$@\"",
    "format": "prettier --write ."
  },
  "devDependencies": {
    "@testing-library/react": "^14.3.1",
    "@vitejs/plugin-react": "^4.4.0",
    "eslint": "^9.24.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "globals": "^16.0.0",
    "ink-testing-library": "^4.0.0",
    "prettier": "^3.5.3",
    "typescript-eslint": "^8.30.1",
    "vitest": "^3.1.1"
  }
}