@pnp/telemetry-js
Version:
PnP Telemetry dependency which is being used to track PnP client-side usage.
31 lines (30 loc) • 654 B
JSON
{
"name": "@pnp/telemetry-js",
"version": "2.0.0",
"description": "PnP Telemetry dependency which is being used to track PnP client-side usage.",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"author": "Elio Struyf",
"license": "MIT",
"homepage": "https://github.com/pnp/telemetry-js",
"repository": {
"type": "git",
"url": "https://github.com/pnp/telemetry-js"
},
"bugs": {
"url": "https://github.com/pnp/telemetry-js/issues"
},
"devDependencies": {
"typescript": "2.9.2"
},
"dependencies": {
"whatwg-fetch": "2.0.4"
},
"keywords": [
"pnp",
"telemetry",
"insights"
]
}