UNPKG

ocpp-messages

Version:

TypeScript definitions for Open Charge Point Protocol (OCPP)

32 lines (31 loc) 724 B
{ "name": "ocpp-messages", "version": "0.2.5", "description": "TypeScript definitions for Open Charge Point Protocol (OCPP)", "main": "index.js", "types": "index.d.ts", "author": "Roman Morawek, embyt GmbH", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/embyt/ocpp-messages.git" }, "bugs": { "url": "https://github.com/embyt/ocpp-messages/issues" }, "homepage": "https://github.com/embyt/ocpp-messages", "keywords": [ "ocpp", "ocpp types", "@types ocpp", "open charge point protocol", "v1.6", "v2.0" ], "devDependencies": { "json-schema-to-typescript": "^15.0.4" }, "scripts": { "build": "node compile.js" } }