{
  "name": "@smartdcc/gbcs-parser",
  "version": "0.5.0",
  "description": "GBCS parser based on henrygiraldo.github.io",
  "bugs": {
    "url": "https://github.com/SmartDCCInnovation/gbcs-parser/issues"
  },
  "homepage": "https://github.com/SmartDCCInnovation/gbcs-parser#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SmartDCCInnovation/gbcs-parser.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "devDependencies": {
    "@smartdcc/duis-templates": "^0.6.0",
    "@tsconfig/node20": "^20.1.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.10",
    "del-cli": "^7.0.0",
    "eslint": "^9.9.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.1",
    "glob": "^13.0.0",
    "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"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "start": "ts-node src/index.ts",
    "prebuild": "del dist/**/*",
    "build": "tsc",
    "prepack": "npm run build",
    "lint": "eslint src/",
    "prettier-check": "prettier -c  \"src/**/*.{css,html,ts,json,md,yaml,yml}\""
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "author": {
    "name": "Karim Kanso",
    "email": "Karim.Kanso@smartdcc.co.uk"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "license": "GPL-3.0-or-later",
  "keywords": [
    "gbcs",
    "backend",
    "smartdcc",
    "smartmeter",
    "smets2",
    "dlms",
    "zigbee",
    "zse"
  ]
}
