mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-11 17:19:33 -06:00
23 lines
596 B
JSON
23 lines
596 B
JSON
{
|
|
"name": "@formbricks/lib",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"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": {},
|
|
"devDependencies": {
|
|
"@formbricks/tsconfig": "*",
|
|
"@formbricks/types": "*",
|
|
"eslint": "^8.27.0",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|