UNPKG

web-push-sdk

Version:

25 lines (24 loc) 545 B
{ "name": "web-push-sdk", "version": "1.5.4", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && terser ./dist/*.js --output ./dist/bundle.min.js --compress --mangle", "prepare": "npm run build" }, "keywords": [ "pushNotification" ], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.2.1", "typescript": "^5.0.4" }, "files": [ "dist/**/*","package.json" ] }