{ "name": "@formbricks/api", "license": "MIT", "version": "1.7.0", "description": "Formbricks-api is an api wrapper for the Formbricks client API", "keywords": [ "Formbricks", "surveys", "experience management", "api" ], "sideEffects": false, "files": [ "dist" ], "type": "module", "source": "src/index.ts", "main": "dist/index.umd.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.umd.cjs", "types": "./dist/index.d.ts" } }, "scripts": { "dev": "vite build --watch", "build": "tsc && vite build", "build:dev": "pnpm build", "go": "vite build --watch", "lint": "eslint . --ext .ts,.js,.tsx,.jsx", "clean": "rimraf .turbo node_modules dist" }, "devDependencies": { "@formbricks/config-typescript": "workspace:*", "@formbricks/types": "workspace:*", "@formbricks/eslint-config": "workspace:*", "terser": "^5.31.0", "vite": "^5.2.11", "vite-plugin-dts": "^3.9.1" } }