feedaura
Version:
Feedaura is a smart feedback collection tool that helps you gather, analyze, and manage user feedback efficiently.
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "feedaura",
"version": "1.1.4",
"description": "Feedaura is a smart feedback collection tool that helps you gather, analyze, and manage user feedback efficiently.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist", "README.md"],
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Feedaura",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.14.0",
"@types/react": "^19.0.12",
"rollup": "^4.37.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/piyush-eon/react-toast-poup.git"
},
"keywords": [
"react",
"feedback",
"user-feedback",
"survey",
"feedback-tool",
"customer-feedback",
"react-component",
"smart-feedback"
]
}