@formbricks/js
Version:
Formbricks-js allows you to connect your index to Formbricks, display surveys and trigger events.
61 lines (60 loc) • 1.55 kB
JSON
{
"name": "@formbricks/js",
"license": "MIT",
"version": "4.3.0",
"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/js"
},
"keywords": [
"Formbricks",
"surveys",
"experience management"
],
"sideEffects": false,
"files": [
"dist"
],
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"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 .",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"clean": "rimraf .turbo node_modules dist coverage"
},
"author": "Formbricks <hola@formbricks.com>",
"devDependencies": {
"@eslint/js": "9.39.1",
"@vitest/coverage-v8": "4.0.15",
"@vitest/eslint-plugin": "1.5.2",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-check-file": "3.3.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.4",
"happy-dom": "20.0.11",
"terser": "5.44.1",
"typescript-eslint": "8.49.0",
"vite": "7.2.7",
"vite-plugin-dts": "4.5.4",
"vitest": "4.0.15"
}
}