text-processing-content-fla.../package.json
Lilith 87e41f82fb deps-upgrade(dependencies-purely): ⬆️ Update core dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:53:15 -08:00

49 lines
1.1 KiB
JSON

{
"name": "@lilith/text-processing-content-flagging",
"version": "1.1.5",
"description": "Real-time content analysis and flagging with React hooks and UI components",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@lilith/text-processing-utils": "^1.3.7",
"lucide-react": "^0.553.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"react": "^18.3.1",
"styled-components": "^6.3.5",
"typescript": "^5.9.3",
"tsup": "^8.5.1",
"vitest": "^3.2.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^6.0.0"
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}