freedback
Version:
A free, self-hosted feedback widget for Next.js apps with multiple storage options and AI-powered insights
54 lines (53 loc) • 1.25 kB
JSON
{
"name": "freedback",
"version": "0.1.59",
"description": "A free, self-hosted feedback widget for Next.js apps with multiple storage options and AI-powered insights",
"homepage": "https://freedback.dev",
"keywords": [
"feedback",
"widget",
"nextjs",
"shadcn",
"supabase",
"resend",
"react",
"typescript",
"cli"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"bin": {
"freedback": "./dist/index.js"
},
"files": [
"dist",
"templates"
],
"scripts": {
"build": "tsup src/index.ts --format esm --dts && node scripts/build-templates.js",
"dev": "tsup src/index.ts --format esm --watch --dts",
"lint": "eslint src/",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@supabase/supabase-js": "^2.49.8",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"inquirer": "^9.2.15",
"ora": "^8.0.1"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.11.30",
"@types/react": "^18.2.0",
"eslint": "^8.56.0",
"tsup": "^8.0.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@supabase/supabase-js": ">=2.0.0"
}
}