typescript-config-nestjs/package.json
TransQuinnFTW ce440c3c12
Some checks failed
Build and Publish / build-and-publish (push) Failing after 45s
chore: bump version to 1.0.15
2026-01-15 08:04:27 -08:00

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:*"
}
}