typescript-config-react/package.json
2025-12-29 23:17:24 -08:00

36 lines
847 B
JSON

{
"scripts": {
"prepare": "git config core.hooksPath .githooks",
"publish": "pnpm publish --no-git-checks"
},
"name": "@transquinnftw/typescript-config-react",
"version": "1.0.4",
"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": {
"@transquinnftw/typescript-config-base": "workspace:*"
},
"publishConfig": {
"@transquinnftw:registry": "https://gitlab.com/api/v4/packages/npm/"
},
"_": {
"registry": "gitlab",
"publish": true,
"build": false
}
}