ui-zname/package.json
2026-06-29 21:46:49 -04:00

43 lines
1 KiB
JSON

{
"name": "@cocotte/ui-zname",
"version": "1.2.5",
"type": "module",
"description": "Z-index layer management for React applications [recovered 2026-06-28 from plum verdaccio storage snapshot; black source lost]",
"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://134.199.243.61:4873/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}