text-processing/content-flagging/package.json
QuinnFTW 1607960f84 chore: add publishConfig to prevent public npm publishing
All @lilith/* packages should publish to forge.nasty.sh only.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:42:30 -08:00

46 lines
1 KiB
JSON

{
"name": "@lilith/text-processing-content-flagging",
"version": "1.1.0",
"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": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"lucide-react": "^0.553.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"styled-components": "^6.1.8",
"typescript": "^5.0.0",
"@lilith/configs": "workspace:*"
},
"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
}
}