diff --git a/package.json b/package.json index 448f4c7..bae9ffe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typed-ocpp", "version": "0.3.3", - "description": "A library for type-aware parsing, serialization and validation of OCPP messages", + "description": "A library for type-aware parsing, serialization and validation of OCPP 1.6 and OCPP 2.0.1 messages", "main": "dist/index.js", "type": "module", "devDependencies": { @@ -54,6 +54,7 @@ "typescript", "typed", "JSON", - "JSON Schema" + "JSON Schema", + "Open Charge Alliance" ] }