Files
medreport_mrb2b/packages/database-webhooks/package.json
Danel Kungla 9ed52dcf02 add readme
delete unrequired configs
2025-09-19 18:07:31 +03:00

31 lines
670 B
JSON

{
"name": "@kit/database-webhooks",
"private": true,
"version": "0.1.0",
"scripts": {
"clean": "git clean -xdf .turbo node_modules",
"typecheck": "tsc --noEmit"
},
"exports": {
".": "./src/index.ts"
},
"devDependencies": {
"@kit/billing": "workspace:*",
"@kit/billing-gateway": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/stripe": "workspace:*",
"@kit/montonio": "workspace:*",
"@kit/supabase": "workspace:*",
"@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.4"
},
"typesVersions": {
"*": {
"*": [
"src/*"
]
}
}
}