{
    "scripts": {
        "bin-license": "ts-node -T --project bin/tsconfig.json bin/license",
        "build": "rm -rf dist && NODE_ENV=production tsc --project tsconfig.build.json && NODE_ENV=production tsc --project bin/tsconfig.json",
        "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"
    },
    "bin": {
        "theorem-react-license-tool": "dist/bin/license/index.js"
    },
    "browser": "dist/index.js",
    "description": "React tools",
    "dependencies": {
        "@types/findup-sync": "^4.0.1",
        "commander": "^8.3.0",
        "findup-sync": "^5.0.0",
        "license-checker-webpack-plugin": "=0.2.1",
        "parse-css-color": "^0.1.2",
        "use-memo-one": "^1.1.2",
        "webpack": "^5.64.1"
    },
    "devDependencies": {
        "@denis-sokolov/eslint-plugin": "^10.0.0",
        "@types/license-checker-webpack-plugin": "^0.2.0",
        "@types/react": "^17.0.35",
        "@types/react-test-renderer": "^17.0.1",
        "ava": "^3.15.0",
        "eslint": "^8.2.0",
        "prettier": "^2.4.1",
        "react": "^17.0.2",
        "react-test-renderer": "^17.0.2",
        "ts-node": "^10.4.0",
        "typescript": "^4.4.4"
    },
    "engines": {
        "node": ">=14.14.0",
        "npm": ">=6.13.1"
    },
    "files": [
        "dist/**/*",
        "!dist/**/*.test.*",
        "!dist/lib/test"
    ],
    "license": "ISC",
    "module": "dist/index.js",
    "name": "@theorem/react",
    "peerDependencies": {
        "react": "^17.0.1"
    },
    "repository": "git@github.com:denis-sokolov/react-tools.git",
    "sideEffects": false,
    "types": "dist/index.js",
    "version": "7.0.0"
}
