UNPKG

convert-vapid-public-key

Version:

[![GitHub Actions status](https://github.com/screendriver/convert-vapid-public-key/workflows/CI/badge.svg)](https://github.com/screendriver/convert-vapid-public-key/actions) [![codecov](https://codecov.io/gh/screendriver/convert-vapid-public-key/branch/ma

62 lines (61 loc) 1.51 kB
{ "name": "convert-vapid-public-key", "version": "2.0.0", "type": "module", "engines": { "node": ">= 16.0.0" }, "exports": { "types": "./target/src/index.d.ts", "default": "./target/src/index.js" }, "author": "Christian Rackerseder <git@echooff.de>", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/screendriver/convert-vapid-public-key.git" }, "bugs": { "url": "https://github.com/screendriver/convert-vapid-public-key/issues" }, "homepage": "https://github.com/screendriver/convert-vapid-public-key#readme", "keywords": [ "vapid", "push-notifications", "web-push", "urlBase64ToUint8Array" ], "files": [ "target/src/**/*.js", "target/src/**/*.js.map", "target/src/**/*.d.ts" ], "scripts": { "clean": "rm -rf target", "compile": "tsc --build", "lint": "eslint . --ext '.ts'", "test:unit": "ava", "test:unit:coverage": "c8 npm run test:unit", "release:dry": "release-it --dry-run --no-npm", "release": "release-it" }, "devDependencies": { "@ava/typescript": "4.1.0", "@types/atob": "2.1.2", "@typescript-eslint/eslint-plugin": "6.0.0", "@typescript-eslint/parser": "6.0.0", "atob": "2.1.2", "auto-changelog": "2.4.0", "ava": "5.3.1", "c8": "8.0.0", "esbuild": "0.18.13", "eslint": "8.45.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-ava": "14.0.0", "eslint-plugin-prettier": "5.0.0", "prettier": "3.0.0", "release-it": "16.1.2", "tsx": "3.12.7", "typescript": "5.1.6" } }