mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-29 09:50:10 -06:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"name": "@formbricks/vite-plugins",
|
|
"license": "MIT",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"homepage": "https://formbricks.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/formbricks/formbricks"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"clean": "rimraf .turbo node_modules dist",
|
|
"lint": "eslint . --ext .ts,.js,.tsx,.jsx"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/config-typescript": "workspace:*",
|
|
"@formbricks/eslint-config": "workspace:*",
|
|
"vite": "6.0.9"
|
|
}
|
|
}
|