moesifapi
Version:
Collection/Data Ingestion API for Moesif
40 lines (39 loc) • 761 B
JSON
{
"name": "moesifapi",
"version": "3.1.2",
"description": "Collection/Data Ingestion API for Moesif",
"main": "./lib/index.js",
"keywords": [
"moesif",
"api",
"analytics",
"monitor",
"monitoring",
"express",
"debug",
"logging",
"trace"
],
"author": {
"name": "Derric Gilling",
"email": "derric@moesif.com",
"url": "https://www.moesif.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/moesif/moesifapi-nodejs"
},
"dependencies": {
"axios": "^1.7.7",
"axios-retry": "^3.5.1"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^9.8.0",
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha --reporter spec"
}
}