text-processing-content-fla.../package.json
2026-02-26 22:29:40 -08:00

46 lines
1 KiB
JSON

{
"name": "@lilith/text-processing-content-flagging",
"version": "1.1.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",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"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"
},
"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
}
}