UNPKG

@citrineos/util

Version:

The OCPP util module which supplies helpful utilities like cache and queue connectors, etc.

46 lines (45 loc) 1.12 kB
{ "name": "@citrineos/util", "version": "1.8.4", "description": "The OCPP util module which supplies helpful utilities like cache and queue connectors, etc.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "prepublish": "npx eslint ./src", "test": "vitest run" }, "keywords": [ "ocpp", "ocpp_v201" ], "author": "S44", "license": "Apache-2.0", "devDependencies": { "@types/amqplib": "0.10.2", "@types/json-schema-faker": "0.5.4", "@types/jsrsasign": "10.5.14" }, "dependencies": { "@citrineos/base": "1.8.4", "@citrineos/data": "1.8.4", "@fastify/swagger": "9.4.0", "@fastify/swagger-ui": "5.2.0", "@google-cloud/storage": "7.18.0", "@peculiar/webcrypto": "1.4.6", "acme-client": "5.3.0", "amqplib": "0.10.9", "aws-sdk": "^2.1692.0", "class-transformer": "0.5.1", "json-schema-faker": "^0.5.8", "jsonwebtoken": "^9.0.2", "jsrsasign": "11.1.1", "jwks-rsa": "^3.2.0", "mqtt": "5.1.2", "pkijs": "3.0.16", "redis": "4.6.6" } }