{
  "name": "boomack-js",
  "version": "0.15.8",
  "description": "JavaScript client for Boomack",
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./types/index.d.ts"
    },
    "./config": {
      "import": "./config.js",
      "types": "./types/config.d.ts"
    },
    "./types": {
      "import": "./default-types.js",
      "types": "./default-types.d.ts"
    }
  },
  "type": "module",
  "files": [
    "index.js",
    "types/index.d.ts",
    "config.js",
    "types/config.d.ts",
    "default-types.js",
    "default-types.d.ts",
    "schemas/*.json"
  ],
  "scripts": {
    "test": "mocha *.test.js",
    "watch": "mocha -R min --watch *.test.js",
    "docs": "jsdoc -p package.json -R README.md -c jsdoc.json",
    "declare-types": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://git.mastersign.de/tk-software/boomack-js.git"
  },
  "keywords": [
    "boomack"
  ],
  "author": "Tobias Kiertscher <dev@mastersign.de>",
  "license": "MIT",
  "dependencies": {
    "lodash-es": "4.17.21",
    "js-yaml": "4.1.1",
    "ky": "1.14.0",
    "whatwg-mimetype": "4.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/whatwg-mimetype": "^3.0.2",
    "chai": "^6.0.1",
    "mocha": "^11.7.2",
    "nock": "^14.0.10",
    "jsdoc": "^4.0.4",
    "typescript": "^5.9.2"
  }
}
