mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-26 10:42:16 -06:00
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com>
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@formbricks/js",
|
|
"license": "MIT",
|
|
"version": "3.0.1",
|
|
"description": "Formbricks-js allows you to connect your index to Formbricks, display surveys and trigger events.",
|
|
"homepage": "https://formbricks.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/formbricks/formbricks"
|
|
},
|
|
"keywords": [
|
|
"Formbricks",
|
|
"surveys",
|
|
"experience management"
|
|
],
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "vite build --watch --mode dev",
|
|
"build": "tsc && vite build",
|
|
"build:dev": "tsc && vite build --mode dev",
|
|
"go": "vite build --watch --mode dev",
|
|
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
|
"clean": "rimraf .turbo node_modules dist coverage"
|
|
},
|
|
"author": "Formbricks <hola@formbricks.com>",
|
|
"devDependencies": {
|
|
"@formbricks/js-core": "workspace:*",
|
|
"@formbricks/config-typescript": "workspace:*",
|
|
"@formbricks/eslint-config": "workspace:*",
|
|
"@formbricks/types": "workspace:*",
|
|
"terser": "5.31.6",
|
|
"vite": "5.4.8",
|
|
"vite-plugin-dts": "3.9.1"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "3.x"
|
|
}
|
|
}
|