{
  "name": "@ts-dev-tools/react",
  "version": "1.10.4",
  "description": "TS dev tools for React",
  "keywords": [
    "linter",
    "prettier",
    "git-hooks"
  ],
  "author": "ESCEMI <contact@escemi.com>",
  "homepage": "https://github.com/escemi-tech/ts-dev-tools",
  "license": "MIT",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "/dist"
  ],
  "bin": {
    "ts-dev-tools": "./node_modules/.bin/ts-dev-tools"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/escemi-tech/ts-dev-tools.git"
  },
  "scripts": {
    "start": "pnpm link && tsc -w",
    "stop": "pnpm unlink",
    "build": "rimraf dist && tsc",
    "vitest": "vitest",
    "test": "vitest run",
    "test:unit": "vitest run spec.ts",
    "test:e2e": "vitest run e2e.spec.ts",
    "test:coverage": "vitest run --coverage",
    "lint": "biome lint --error-on-warnings src",
    "lint:fix": "biome check --write src",
    "lint:ci": "biome check --error-on-warnings src"
  },
  "bugs": {
    "url": "https://github.com/escemi-tech/ts-dev-tools/issues"
  },
  "dependencies": {
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@ts-dev-tools/core": "^1.12.4",
    "@types/react": "^19.2.16",
    "@types/react-dom": "^19.2.3",
    "jsdom": "^29.1.1",
    "react-test-renderer": "^19.2.7"
  },
  "gitHead": "ed268d29e1ec1d54dc5fb843d60f1c49823511ad"
}
