UNPKG

web-push-notifications

Version:
61 lines (60 loc) 1.95 kB
{ "name": "web-push-notifications", "version": "3.45.2", "description": "Pushwoosh web push notifications", "main": "npm.js", "types": "npm.d.ts", "scripts": { "build": "webpack", "build:prod": "cross-env NODE_ENV=production webpack", "zip": "node scripts/zip.js", "release": "npm run build:prod && npm run zip", "start": "cross-env NODE_ENV=development webpack-dev-server --config-name cdn --history-api-fallback", "check:types": "echo \"Run check:types\" && tsc --project tsconfig.json --skipLibCheck --emitDeclarationOnly false --noEmit", "check:lint": "echo \"Run check:lint\" && eslint ./src", "lint:fix": "echo \"Run lint:fix\" && eslint --fix ./src" }, "repository": { "type": "git", "url": "git+https://github.com/Pushwoosh/web-push-notifications.git" }, "keywords": [ "pushwoosh", "web", "push", "notifications" ], "author": "Pushwoosh", "license": "MIT", "bugs": { "url": "https://github.com/Pushwoosh/web-push-notifications/issues" }, "homepage": "https://github.com/Pushwoosh/web-push-notifications#readme", "devDependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@eslint/js": "^9.26.0", "@stylistic/eslint-plugin": "^4.2.0", "@stylistic/eslint-plugin-ts": "^4.2.0", "@types/eslint__js": "^8.42.3", "@types/node": "^22.14.1", "archiver": "^7.0.1", "babel-loader": "^10.0.0", "clean-webpack-plugin": "^4.0.0", "cross-env": "^7.0.3", "css-loader": "^7.1.2", "eslint": "^9.26.0", "eslint-plugin-import": "^2.31.0", "html-webpack-plugin": "^5.6.3", "raw-loader": "^4.0.2", "terser-webpack-plugin": "^5.3.14", "ts-loader": "^9.5.2", "tslib": "^2.8.1", "typescript": "^5.8.3", "typescript-eslint": "^8.31.1", "webpack": "^5.99.7", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.1", "webpack-merge": "^6.0.1" } }