@citrineos/base
Version:
The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.
63 lines (62 loc) • 1.93 kB
JSON
{
"name": "@citrineos/base",
"version": "2.0.0-alpha1",
"description": "The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepublish": "pnpm exec eslint ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ocpp",
"ocpp_v201"
],
"author": "S44",
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "9.16.0",
"@faker-js/faker": "8.4.1",
"@fastify/auth": "5.0.4",
"@fastify/type-provider-json-schema-to-ts": "4.0.1",
"@types/eslint__js": "8.42.3",
"@types/uuid": "9.0.8",
"@types/validator": "13.11.1",
"@vitest/coverage-v8": "3.2.4",
"concurrently": "8.2.2",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.2",
"eslint-plugin-prettier": "5.2.3",
"fastify": "5.8.5",
"husky": "9.1.7",
"json-schema-to-typescript": "12.0.0",
"json-schema-to-zod": "1.1.1",
"lint-staged": "15.4.3",
"prettier": "3.2.5",
"typescript": "^6.0.0",
"typescript-eslint": "8.17.0",
"vitest": "3.2.4"
},
"peerDependencies": {
"@fastify/auth": ">=5.0.0",
"@fastify/type-provider-json-schema-to-ts": ">=4.0.0",
"fastify": ">=5.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "3.1045.0",
"@types/big.js": "6.2.2",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"big.js": "6.2.2",
"class-transformer": "0.5.1",
"fastify": "5.8.5",
"reflect-metadata": "0.1.13",
"tslog": "4.9.2",
"uuid": "9.0.1",
"zod": "4.1.12"
}
}