@formbricks/api
Version:
Formbricks-api is an api wrapper for the Formbricks client API
47 lines • 1.17 kB
JSON
{
"name": "@formbricks/api",
"license": "MIT",
"version": "3.0.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": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"devDependencies": {
"@rollup/plugin-inject": "5.0.5",
"buffer": "6.0.3",
"terser": "5.37.0",
"vite": "6.0.3",
"vite-plugin-dts": "4.3.0",
"vite-plugin-node-polyfills": "0.22.0",
"@formbricks/config-typescript": "1.0.0",
"@formbricks/eslint-config": "0.0.0",
"@formbricks/types": "0.0.0"
},
"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"
}
}