@greenactionstudio/ocpp-types
Version:
A centralized library of Open Charge Point Protocol (OCPP) types for use in other projects.
31 lines (30 loc) • 762 B
JSON
{
"name": "@greenactionstudio/ocpp-types",
"version": "2.16.0",
"main": "",
"types": "index.d.ts",
"typeScriptVersion": "3.9.7",
"scripts": {
"release": "standard-version",
"postrelease": "git push --follow-tags origin main && npm publish"
},
"author": "Green Action Studio",
"license": "ISC",
"devDependencies": {
"prettier": "^2.0.5",
"standard-version": "^9.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenactionstudio/ocpp-types.git"
},
"bugs": {
"url": "https://github.com/greenactionstudio/ocpp-types/issues"
},
"homepage": "https://github.com/greenactionstudio/ocpp-types#readme",
"keywords": [
"charge point",
"ocpp",
"open charge point protocol"
]
}