{
  "name": "@smartdcc/dccboxed-keystore",
  "version": "0.4.2",
  "description": "DCC Boxed server keystore exposed as json db.",
  "main": "dist/index.js",
  "type": "commonjs",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "prebuild": "del dist",
    "build": "tsc",
    "build:db": "ts-node scripts/index.ts",
    "prepack": "npm run build",
    "lint": "eslint src/",
    "prettier-check": "prettier -c  \"src/**/*.{css,html,ts,json,md,yaml,yml}\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SmartDCCInnovation/dccboxed-keystore.git"
  },
  "author": {
    "name": "Karim Kanso",
    "email": "Karim.Kanso@smartdcc.co.uk"
  },
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/SmartDCCInnovation/dccboxed-keystore/issues"
  },
  "homepage": "https://github.com/SmartDCCInnovation/dccboxed-keystore#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "keystore.json"
  ],
  "devDependencies": {
    "@tsconfig/node20": "^20.1.4",
    "@types/adm-zip": "^0.5.0",
    "@types/content-type": "^1.1.5",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.14",
    "@types/tmp": "^0.2.3",
    "adm-zip": "^0.5.9",
    "del-cli": "^7.0.0",
    "eslint": "^9.9.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^17.0.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2",
    "typescript-eslint": "^8.2.0",
    "yargs": "^18.0.0"
  },
  "dependencies": {
    "asn1-ts": "^8.0.2",
    "content-type": "^1.0.4",
    "fast-xml-parser": "<5.7.0",
    "got": "^11.8.5",
    "node-json-db": "^2.1.1",
    "tmp": "^0.2.1"
  },
  "keywords": [
    "gbcs",
    "backend",
    "smartdcc",
    "smartmeter",
    "smets2",
    "smki",
    "x509"
  ]
}
