Files
formbricks/packages/pmfWidget/package.json
2023-02-03 14:13:27 +01:00

29 lines
782 B
JSON

{
"name": "@formbricks/pmf",
"version": "0.0.9",
"source": "src/index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"jsdelivr": "./dist/index.umd.js",
"unpkg": "./dist/index.umd.js",
"type": "module",
"license": "MIT",
"exports": {
".": "./dist"
},
"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": {
"@formbricks/tsconfig": "workspace:*",
"eslint": "^8.32.0",
"eslint-config-formbricks": "workspace:*",
"focus-trap": "^7.2.0",
"html-minifier": "^4.0.0",
"microbundle": "^0.15.1",
"typescript": "^4.9.4"
}
}