@citrineos/reporting
Version:
The reporting module for OCPP v2.0.1. This module is not intended to be used directly, but rather as a dependency for other modules.
25 lines (24 loc) • 604 B
JSON
{
"name": "@citrineos/reporting",
"version": "1.6.2",
"description": "The reporting module for OCPP v2.0.1. This module is not intended to be used directly, but rather as a dependency for other modules.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepublish": "npx eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ocpp",
"ocpp_v201"
],
"license": "Apache-2.0",
"dependencies": {
"@citrineos/base": "1.6.2",
"@citrineos/data": "1.6.2",
"@citrineos/util": "1.6.2"
}
}