38 lines
843 B
JSON
38 lines
843 B
JSON
{
|
|
"scripts": {
|
|
"prepare": "git config core.hooksPath .githooks"
|
|
},
|
|
"name": "@lilith/typescript-config-react",
|
|
"version": "1.0.7",
|
|
"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": true,
|
|
"build": true
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "workspace:*"
|
|
}
|
|
}
|