39 lines
801 B
JSON
39 lines
801 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/ui-accessibility",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "React hooks for accessibility features and device detection",
|
||
|
|
"type": "module",
|
||
|
|
"main": "./src/index.ts",
|
||
|
|
"types": "./src/index.ts",
|
||
|
|
"exports": {
|
||
|
|
".": "./src/index.ts"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc --project tsconfig.json",
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"react",
|
||
|
|
"hooks",
|
||
|
|
"accessibility",
|
||
|
|
"a11y",
|
||
|
|
"reduced-motion",
|
||
|
|
"touch-device",
|
||
|
|
"responsive"
|
||
|
|
],
|
||
|
|
"author": {
|
||
|
|
"name": "Quinn FTW",
|
||
|
|
"email": "TransQuinnFTW@pm.me"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^18.0.0",
|
||
|
|
"react-dom": "^18.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.0.0",
|
||
|
|
"@types/react-dom": "^18.0.0",
|
||
|
|
"typescript": "^5.9.3"
|
||
|
|
}
|
||
|
|
}
|