@crazy-web/feedback
Version:
A feedback form handler package that shows a popup based on allowed URLs.
36 lines (35 loc) • 790 B
JSON
{
"name": "@crazy-web/feedback",
"version": "3.0.2",
"description": "A feedback form handler package that shows a popup based on allowed URLs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^5.3.2"
},
"files": [
"dist"
],
"keywords": [
"feedback",
"popup",
"form",
"organization"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rishabh-werbooz/feedback-demo.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"marked": "^15.0.9"
}
}