ui-accessibility/package.json
autocommit 58e4b40f4b
Some checks failed
Publish / publish (push) Failing after 1s
deps-upgrade(dependencies): ⬆️ Update dependencies to their latest stable versions for bug fixes and security improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:19:28 -07:00

55 lines
1.2 KiB
JSON

{
"name": "@lilith/ui-accessibility",
"version": "1.2.2",
"description": "React hooks for accessibility features and device detection",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src"
},
"keywords": [
"react",
"hooks",
"accessibility",
"a11y",
"reduced-motion",
"touch-device",
"responsive"
],
"author": {
"name": "Quinn FTW",
"email": "quinn@ftw.codes"
},
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}