{
  "name": "@citrineos/base",
  "version": "2.0.0-beta4",
  "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"
  ],
  "keywords": [
    "ocpp",
    "ocpp_v201"
  ],
  "author": "S44",
  "license": "Apache-2.0",
  "devDependencies": {
    "@eslint/js": "9.16.0",
    "@faker-js/faker": "10.5.0",
    "@fastify/auth": "5.1.0",
    "@fastify/type-provider-json-schema-to-ts": "4.0.1",
    "@types/uuid": "9.0.8",
    "@types/validator": "13.15.10",
    "@vitest/coverage-v8": "3.2.7",
    "concurrently": "8.2.2",
    "eslint": "9.16.0",
    "eslint-config-prettier": "9.1.2",
    "eslint-plugin-prettier": "5.2.3",
    "fastify": "5.12.1",
    "json-schema-to-typescript": "12.0.0",
    "json-schema-to-zod": "1.2.0",
    "prettier": "3.6.2",
    "typescript": "6.0.3",
    "typescript-eslint": "8.17.0",
    "vitest": "3.2.7"
  },
  "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.1101.0",
    "@opentelemetry/api": "1.9.1",
    "@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.12.1",
    "reflect-metadata": "0.2.2",
    "tslog": "4.11.0",
    "uuid": "11.1.1",
    "zod": "4.1.12",
    "@citrineos/types": "2.0.0-beta4"
  },
  "scripts": {
    "build": "tsc -b tsconfig.src.json && tsc-alias -p tsconfig.src.json",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest run"
  }
}