Files
formbricks-formbricks/packages/feedback/package.json
2023-03-03 16:15:51 +01:00

33 lines
955 B
JSON

{
"name": "@formbricks/feedback",
"version": "0.3.2",
"source": "src/index.ts",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"jsdelivr": "./dist/index.umd.js",
"unpkg": "./dist/index.umd.js",
"type": "module",
"license": "Apache-2.0",
"exports": {
"types": "./dist/src/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
},
"module": "./dist/index.js",
"scripts": {
"build": "node ./html-to-ts && microbundle --define process.env.NODE_ENV=production",
"dev": "node ./html-to-ts && microbundle watch --define process.env.NODE_ENV=production",
"clean": "rm -rf dist"
},
"devDependencies": {
"@floating-ui/dom": "^0.4.2",
"@formbricks/tsconfig": "workspace:*",
"eslint": "^8.27.0",
"eslint-config-formbricks": "workspace:*",
"focus-trap": "^6.7.3",
"html-minifier": "^4.0.0",
"microbundle": "^0.14.2",
"typescript": "^4.8.4"
}
}