text-processing-content-fla.../package.json
autocommit a8a2ff7262
Some checks failed
Build and Publish / build-and-publish (push) Failing after 51s
deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions with security and feature patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:17:42 -07:00

50 lines
1.2 KiB
JSON

{
"name": "@lilith/text-processing-content-flagging",
"version": "1.2.2",
"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-algorithms": "^1.1.1",
"@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.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}