- Add publishConfig with GitLab registry - Add publish script - Add _ meta config Generated with Claude Code
36 lines
847 B
JSON
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.3",
|
|
"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
|
|
}
|
|
}
|