@citrineos/util
Version:
The OCPP util module which supplies helpful utilities like cache and queue connectors, etc.
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "@citrineos/util",
"version": "1.6.2",
"description": "The OCPP util module which supplies helpful utilities like cache and queue connectors, etc.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepublish": "npx eslint ./src",
"test": "jest --config jest.config.ts"
},
"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.6.2",
"@citrineos/data": "1.6.2",
"@directus/sdk": "15.0.3",
"@fastify/swagger": "9.4.0",
"@fastify/swagger-ui": "5.2.0",
"@peculiar/webcrypto": "1.4.6",
"acme-client": "5.3.0",
"amqplib": "0.10.3",
"aws-sdk": "^2.1692.0",
"class-transformer": "0.5.1",
"json-schema-faker": "^0.5.8",
"jsrsasign": "11.0.0",
"kafkajs": "2.2.4",
"mqtt": "5.1.2",
"pkijs": "3.0.16",
"redis": "4.6.6"
}
}