{
  "name": "@xapi-js/adaptor-nestjs",
  "type": "module",
  "version": "1.8.0",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "description": "NestJS adaptor for X-API.",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "tobesoft",
    "x-api",
    "xapi"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Clickin/xapi-js"
  },
  "homepage": "https://github.com/Clickin/xapi-js",
  "bugs": {
    "url": "https://github.com/Clickin/xapi-js/issues"
  },
  "author": "Clickin <josh87786@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@xapi-js/core": "1.8.0"
  },
  "peerDependencies": {
    "express": "^5.1.0",
    "rxjs": "^7.8.1",
    "@nestjs/common": "^10.3.10"
  },
  "devDependencies": {
    "express": "^5.1.0",
    "rxjs": "^7.8.1",
    "@nestjs/common": "^10.3.10"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage"
  }
}