{
  "name": "@citrineos/base",
  "version": "1.6.2",
  "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.",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublish": "npx eslint ./src",
    "generate-interfaces-1-6": "node json-schema-processor-1.6.js",
    "generate-interfaces-2-0-1": "node json-schema-processor-2.0.1.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:esm": "tsc --project tsconfig.esm.json"
  },
  "keywords": [
    "ocpp",
    "ocpp_v201"
  ],
  "author": "S44",
  "license": "Apache-2.0",
  "devDependencies": {
    "@eslint/js": "9.16.0",
    "@faker-js/faker": "8.4.1",
    "@types/eslint__js": "8.42.3",
    "@types/jest": "29.5.12",
    "@types/uuid": "9.0.7",
    "@types/validator": "13.11.1",
    "concurrently": "8.2.2",
    "eslint": "9.16.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.2.3",
    "husky": "^9.1.7",
    "jest": "29.7.0",
    "json-schema-to-typescript": "12.0.0",
    "json-schema-to-zod": "1.1.1",
    "lint-staged": "^15.4.3",
    "prettier": "3.2.5",
    "ts-jest": "29.2.3",
    "typescript": "^5.8.2",
    "typescript-eslint": "8.17.0"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "3.750.0",
    "@fastify/auth": "5.0.1",
    "@fastify/type-provider-json-schema-to-ts": "4.0.1",
    "@types/big.js": "6.2.1",
    "ajv": "8.17.1",
    "big.js": "6.2.1",
    "class-transformer": "0.5.1",
    "fastify": "5.1.0",
    "reflect-metadata": "0.1.13",
    "tslog": "4.9.2",
    "uuid": "9.0.1",
    "zod": "3.22.3"
  }
}
