Files
formbricks-formbricks/packages/lib/package.json
Piyush Gupta 5527f184b7 feat: adds configurable logging (#4914)
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
2025-03-21 06:09:13 -07:00

54 lines
1.6 KiB
JSON

{
"name": "@formbricks/lib",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"main": "./index.ts",
"types": "./index.ts",
"type": "module",
"scripts": {
"clean": "rimraf .turbo node_modules .next coverage",
"lint": "eslint . --ext .ts,.js,.tsx,.jsx,.json",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json",
"test:dev": "vitest",
"test": "dotenv -e ../../.env -- vitest run"
},
"dependencies": {
"@ai-sdk/azure": "1.1.9",
"@aws-sdk/client-s3": "3.741.0",
"@aws-sdk/s3-presigned-post": "3.741.0",
"@aws-sdk/s3-request-presigner": "3.741.0",
"@formbricks/api": "workspace:*",
"@formbricks/database": "workspace:*",
"@formbricks/logger": "workspace:*",
"@formbricks/types": "workspace:*",
"@paralleldrive/cuid2": "2.2.2",
"@t3-oss/env-nextjs": "0.12.0",
"@ungap/structured-clone": "1.3.0",
"aws-crt": "1.25.3",
"date-fns": "4.1.0",
"jsonwebtoken": "9.0.2",
"markdown-it": "14.1.0",
"mime-types": "2.1.35",
"nanoid": "5.0.9",
"next-auth": "4.24.11",
"posthog-node": "4.4.1",
"qrcode": "1.5.4",
"server-only": "0.0.1",
"superjson": "2.2.2",
"tailwind-merge": "3.0.1"
},
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"@types/jsonwebtoken": "9.0.8",
"@types/mime-types": "2.1.4",
"@types/ungap__structured-clone": "1.2.0",
"dotenv": "16.4.7",
"ts-node": "10.9.2",
"vitest": "2.1.9",
"vitest-mock-extended": "2.0.2"
}
}