{ "scripts": { "prepare": "git config core.hooksPath .githooks" }, "name": "@lilith/typescript-config-react", "version": "1.0.16", "deprecated": "Use @lilith/configs/typescript/react.json instead. See: https://forge.nasty.sh/lilith/configs", "description": "TypeScript configuration for React applications with JSX support", "main": "tsconfig.react.json", "exports": { ".": "./tsconfig.react.json", "./tsconfig.react.json": "./tsconfig.react.json" }, "files": [ "tsconfig.react.json" ], "keywords": [ "typescript", "tsconfig", "react", "jsx" ], "author": "", "license": "MIT", "peerDependencies": { "@lilith/typescript-config-base": "workspace:*" }, "publishConfig": { "registry": "http://forge.nasty.sh/api/packages/lilith/npm/" }, "_": { "registry": "forgejo", "publish": false, "build": false }, "devDependencies": { "@lilith/configs-ts": "workspace:*" } }