{
  "name": "@smartdcc/duis-templates",
  "version": "0.7.0",
  "description": "Collection of DUIS templates from RTDS along with utility functions",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "prebuild": "del-cli dist/**/*",
    "build": "tsc",
    "prepack": "npm run build",
    "lint": "eslint src/",
    "prettier-check": "prettier -c  \"src/**/*.{css,html,ts,json,md,yaml,yml}\"",
    "load-templates": "(cd src ; npx ts-node -e \"import { loadTemplates } from './load' ; loadTemplates({logger: console.log}).then(x => Object.keys(x).map(k => console.log(\\`\\${k}\\\t\\${x[k].gbcs}\\\t\\${x[k].gbcsVariant}\\\t\\${x[k].info}\\`)))\")"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SmartDCCInnovation/duis-templates.git"
  },
  "bugs": {
    "url": "https://github.com/SmartDCCInnovation/duis-templates/issues"
  },
  "homepage": "https://github.com/SmartDCCInnovation/duis-templates#readme",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "templates"
  ],
  "author": {
    "name": "Karim Kanso",
    "email": "Karim.Kanso@smartdcc.co.uk"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "@smartdcc/duis-sign-wrap": "^0.3.0",
    "@tsconfig/node20": "^20.1.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.10",
    "@types/ungap__structured-clone": "^1.2.0",
    "@ungap/structured-clone": "^1.2.0",
    "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.2",
    "typescript": "^5.0.2",
    "typescript-eslint": "^8.2.0"
  },
  "dependencies": {
    "@smartdcc/duis-parser": "^0.7.0",
    "fuse.js": "^7.0.0",
    "glob": "^13.0.0"
  },
  "keywords": [
    "duis",
    "backend",
    "smartdcc",
    "smartmeter",
    "smets2",
    "xml"
  ]
}
