UNPKG

astro-feelback

Version:

Use Feelback service within your Astro website

59 lines 1.33 kB
{ "name": "astro-feelback", "version": "0.3.4", "description": "Use Feelback service within your Astro website", "type": "module", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./client": "./dist/client.js", "./components/*": "./components/*", "./icons/*": "./icons/*", "./styles/*": "./styles/*" }, "keywords": [ "astro", "astro-integration", "astro-component", "analytics", "ui", "feedback", "feelback", "reactions", "emoji" ], "author": { "name": "Giuseppe La Torre", "url": "https://github.com/giuseppelt" }, "license": "MIT", "homepage": "https://www.feelback.dev", "bugs": "https://github.com/giuseppelt/feelback-integrations/issues", "repository": { "type": "git", "url": "https://github.com/giuseppelt/feelback-integrations.git" }, "files": [ "dist", "components", "styles", "icons", "*.d.ts", "package.json", "README.md", "CHANGELOG.md" ], "dependencies": { "@feelback/js": "0.3.4" }, "devDependencies": { "@types/node": "^18.17.1", "astro": "^2.9.6", "typescript": "5.1.6" }, "scripts": { "build": "tsc -p tsconfig.build.json", "assets:copy": "node ./tasks/copyAssets.js", "assets:link": "node ./tasks/linkAssets.js" } }