Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@lilith/nestjs-bootstrap",
|
|
"type": "module",
|
|
"version": "1.0.26",
|
|
"description": "REMOVED: Use @lilith/service-nestjs-bootstrap instead. This package throws an error on import.",
|
|
"deprecated": "This package has been REMOVED. Use @lilith/service-nestjs-bootstrap instead.",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "git config core.hooksPath .githooks || true",
|
|
"build": "tsup",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
"@nestjs/core": "^10.0.0 || ^11.0.0",
|
|
"@nestjs/platform-express": "^10.0.0 || ^11.0.0",
|
|
"@nestjs/swagger": "^7.0.0 || ^8.0.0 || ^11.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "workspace:*",
|
|
"@nestjs/platform-express": "^11.1.11",
|
|
"@nestjs/swagger": "^11.2.4",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
}
|
|
}
|