Some checks failed
Build and Publish / build-and-publish (push) Failing after 55s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@lilith/typeorm-entities",
|
|
"type": "module",
|
|
"version": "1.0.39",
|
|
"description": "Base entity classes for TypeORM with common patterns",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "git config core.hooksPath .githooks || true",
|
|
"build": "tsup",
|
|
"lint": "eslint src --fix",
|
|
"lint:check": "eslint src",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"peerDependencies": {
|
|
"typeorm": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "workspace:*",
|
|
"@types/node": "^20.19.28",
|
|
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
"@typescript-eslint/parser": "^8.52.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^9.1.2",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"prettier": "^3.7.4",
|
|
"tsup": "^8.5.1",
|
|
"typeorm": "^0.3.28",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
}
|
|
}
|