ui-zname/package.json
autocommit 76fca1d772
Some checks failed
Publish / publish (push) Failing after 1s
chore: bump to 1.2.5 — republish with correct dist via new individual repo workflow
2026-04-20 01:47:57 -07:00

43 lines
987 B
JSON

{
"name": "@lilith/ui-zname",
"version": "1.2.5",
"type": "module",
"description": "Z-index layer management for React applications",
"main": "./dist/index.js",
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsup && tsc --project tsconfig.build.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"test": "vitest run --passWithNoTests"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@lilith/configs": "^2.3.0",
"@types/react": "^19.2.8",
"tsup": "^8.3.5",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
},
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}