{
  "name": "@zwave-js/transformers",
  "version": "10.0.0-beta.4",
  "description": "zwave-js: compile-time transformers",
  "private": true,
  "keywords": [],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/**/*.{js,d.ts,map}"
  ],
  "author": {
    "name": "AlCalzone",
    "email": "d.griesel@gmx.net"
  },
  "license": "MIT",
  "homepage": "https://github.com/AlCalzone/node-zwave-js#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlCalzone/node-zwave-js.git"
  },
  "bugs": {
    "url": "https://github.com/AlCalzone/node-zwave-js/issues"
  },
  "funding": {
    "url": "https://github.com/sponsors/AlCalzone/"
  },
  "engines": {
    "node": ">=14.13.0 <15 || >= 16 <16.9.0 || >16.9.0"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json --verbose",
    "clean": "tsc -b tsconfig.build.json --clean",
    "watch": "yarn run build --watch --pretty",
    "pretest": "yarn run build && tsc -p tsconfig.test.json"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "execa": "^5.1.1",
    "fs-extra": "^10.1.0",
    "tsutils": "^3.21.0",
    "typescript": "4.7.4"
  }
}
