@andrewlevada/send-beacon
Version:
Beacon API for nodejs
28 lines (27 loc) • 633 B
JSON
{
"name": "@andrewlevada/send-beacon",
"version": "0.0.3",
"description": "Beacon API for nodejs",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@types/node": "^12.20.5"
},
"keywords": [
"beacon",
"sendBeacon",
"nodejs"
],
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewlevada/send-beacon.git"
},
"bugs": {
"url": "https://github.com/andrewlevada/send-beacon/issues"
},
"homepage": "https://github.com/andrewlevada/send-beacon#readme"
}