{ "name": "@formbricks/api", "version": "0.1.0", "description": "A Typescript API-wrapper for managing the Formbricks Client API.", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "files": [ "dist/**" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint ./src --fix", "clean": "rimraf .turbo node_modules dist" }, "dependencies": { "@formbricks/errors": "workspace:*" }, "devDependencies": { "@formbricks/types": "workspace:*", "@formbricks/tsconfig": "workspace:*", "eslint-config-formbricks": "workspace:*", "tsup": "^7.1.0" } }