mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
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"
|
|
}
|
|
},
|
|
"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/eslint-config": "workspace:*",
|
|
"@formbricks/types": "workspace:*",
|
|
"@rollup/plugin-inject": "5.0.5",
|
|
"buffer": "6.0.3",
|
|
"terser": "5.37.0",
|
|
"vite": "6.0.9",
|
|
"vite-plugin-dts": "4.3.0",
|
|
"vite-plugin-node-polyfills": "0.22.0"
|
|
}
|
|
}
|