review-my-twa
Version:
Custom in-app review popup for Trusted Web Activities (TWA)
38 lines (37 loc) • 946 B
JSON
{
"name": "review-my-twa",
"version": "1.1.0",
"description": "Custom in-app review popup for Trusted Web Activities (TWA)",
"module": "dist/review-my-twa.mjs",
"types": "src/index.d.ts",
"exports": {
"import": "./dist/review-my-twa.mjs"
},
"type": "module",
"scripts": {
"build": "esbuild src/index.mjs --bundle --minify --outfile=dist/review-my-twa.mjs --format=esm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realhirak/review-my-twa.git"
},
"keywords": [
"twa",
"pwa",
"review",
"popup",
"in-app",
"trusted web activity",
"in-app review"
],
"author": "Hirak Kalita",
"license": "MIT",
"bugs": {
"url": "https://github.com/realhirak/review-my-twa/issues"
},
"homepage": "https://github.com/realhirak/review-my-twa#readme",
"devDependencies": {
"esbuild": "^0.25.8"
}
}