Files
formbricks/packages/lib/package.json
Shubham Palriwala f4a31ad563 feat: unit tests for survey service (#1813)
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2024-01-16 05:41:16 +00:00

49 lines
1.4 KiB
JSON

{
"name": "@formbricks/lib",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"main": "./index.ts",
"types": "./index.ts",
"scripts": {
"clean": "rimraf .turbo node_modules .next coverage",
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json",
"test:dev": "jest --coverage --watch",
"test": "jest -ci --coverage --no-cache"
},
"dependencies": {
"@aws-sdk/s3-presigned-post": "3.490.0",
"@aws-sdk/client-s3": "3.490.0",
"@aws-sdk/s3-request-presigner": "3.490.0",
"@t3-oss/env-nextjs": "^0.7.3",
"@formbricks/api": "*",
"@formbricks/database": "*",
"@formbricks/types": "*",
"@paralleldrive/cuid2": "^2.2.2",
"aws-crt": "^1.20.1",
"date-fns": "^3.2.0",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^14.0.0",
"mime-types": "^2.1.35",
"nanoid": "^5.0.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.8",
"posthog-node": "^3.5.0",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"@formbricks/tsconfig": "*",
"@types/jsonwebtoken": "^9.0.5",
"@types/mime-types": "^2.1.4",
"babel-jest": "^29.7.0",
"eslint-config-formbricks": "workspace:*",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2"
}
}