37 lines
925 B
JSON
37 lines
925 B
JSON
{
|
|
"scripts": {
|
|
"prepare": "git config core.hooksPath .githooks"
|
|
},
|
|
"name": "@lilith/typescript-config-nestjs",
|
|
"version": "1.0.15",
|
|
"deprecated": "Use @lilith/configs/typescript/nestjs.json instead. See: https://forge.nasty.sh/lilith/configs",
|
|
"description": "TypeScript configuration for NestJS applications with decorator support",
|
|
"main": "tsconfig.nestjs.json",
|
|
"exports": {
|
|
".": "./tsconfig.nestjs.json",
|
|
"./tsconfig.nestjs.json": "./tsconfig.nestjs.json"
|
|
},
|
|
"files": [
|
|
"tsconfig.nestjs.json"
|
|
],
|
|
"keywords": [
|
|
"typescript",
|
|
"tsconfig",
|
|
"nestjs",
|
|
"decorators"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"publishConfig": {
|
|
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": false,
|
|
"build": false
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs-ts": "workspace:*"
|
|
}
|
|
}
|