@formbricks/js
Version:
Formbricks-js allows you to connect your index to Formbricks, display surveys and trigger events.
53 lines (52 loc) • 1.34 kB
JSON
{
"name": "@formbricks/js",
"license": "MIT",
"version": "5.0.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 --project tsconfig.build.json && vite build",
"build:dev": "tsc --project tsconfig.build.json && vite build --mode dev",
"go": "vite build --watch --mode dev",
"lint": "biome check .",
"check-types": "tsc --noEmit",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"clean": "rimraf .turbo node_modules dist coverage"
},
"author": "Formbricks <hola@formbricks.com>",
"devDependencies": {
"@vitest/coverage-v8": "4.1.2",
"happy-dom": "20.8.9",
"typescript": "6.0.2",
"vite": "8.0.5",
"vitest": "4.1.2"
}
}