{
  "scripts": {
    "bin-license": "ts-node -T --project bin/tsconfig.json bin/license",
    "build": "bash build.sh",
    "format": "prettier --write .",
    "format-verify": "prettier --check .",
    "lint": "eslint .",
    "prepublishOnly": "npm run verify && npm run build",
    "start": "ava --watch",
    "start-building": "rm -rf dist && NODE_ENV=production tsc --watch",
    "test": "ava",
    "typecheck": "tsc --noEmit && tsc --noEmit --project bin/tsconfig.json",
    "verify": "npm run typecheck && npm run lint && npm run format-verify && npm run test && npm run verify-entry-points",
    "verify-entry-points": "npm run build && node -e 'require(\".\")' && node -e 'import(\"./dist/esm/index.js\")' && node dist/bin/license/index.js --version >/dev/null"
  },
  "bin": {
    "denis-react-license-tool": "dist/bin/license/index.js"
  },
  "browser": "dist/esm/index.js",
  "description": "React tools",
  "dependencies": {
    "@types/findup-sync": "^4.0.5",
    "commander": "^12.1.0",
    "findup-sync": "^5.0.0",
    "license-checker-webpack-plugin": "=0.2.1",
    "webpack": "^5.96.1"
  },
  "devDependencies": {
    "@denis-sokolov/eslint-plugin": "^16.0.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.1.0",
    "@types/jsdom": "^21.1.7",
    "@types/license-checker-webpack-plugin": "^0.2.4",
    "@types/react": "^19.0.0",
    "ava": "^6.2.0",
    "eslint": "^8.57.1",
    "fix-es-imports": "^0.1.4",
    "jsdom": "^25.0.1",
    "prettier": "^3.3.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3"
  },
  "engines": {
    "node": ">=16",
    "npm": ">=8"
  },
  "files": [
    "dist/**/*",
    "!dist/**/*.test.*",
    "!dist/**/lib-test/*"
  ],
  "license": "ISC",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    "import": "./dist/esm/index.js",
    "require": "./dist/cjs/index.js"
  },
  "name": "@denis-sokolov/react",
  "peerDependencies": {
    "react": "^19"
  },
  "prettier": {},
  "repository": "git@github.com:denis-sokolov/react-tools.git",
  "sideEffects": false,
  "type": "module",
  "types": "dist/esm/index.js",
  "version": "13.0.0"
}
