mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-11 00:59:17 -06:00
26 lines
691 B
JSON
26 lines
691 B
JSON
{
|
|
"name": "@formbricks/lib",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"scripts": {
|
|
"clean": "rimraf .turbo node_modules .next",
|
|
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
|
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/database": "*",
|
|
"@formbricks/types": "*",
|
|
"@formbricks/errors": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/tsconfig": "*",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|