{
  "name": "noibu-metroplex-ts-bindings",
  "version": "1.0.38",
  "description": "Typescript bindings for Metroplex clients",
  "private": false,
  "files": [
    "dist",
    "README.md"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "import": "./dist/esm/index.js",
    "require": "./dist/cjs/index.js",
    "types": "./dist/index.d.ts"
  },
  "scripts": {
    "test": "tsc --noEmit",
    "build:cjs": "tsc --outDir dist/cjs --module CommonJS",
    "build:esm": "tsc --outDir dist/esm --module ESNext",
    "clean": "rimraf ./dist",
    "copy-types": "mkdir -p dist && find ./types -name \"*.d.ts\" -exec cp {} ./dist/ \\;",
    "build": "npm run clean && conc npm:build:* && npm run copy-types",
    "prepack": "npm run build"
  },
  "author": "noibu",
  "license": "ISC",
  "dependencies": {
    "typescript": "^5"
  },
  "devDependencies": {
    "concurrently": "^9.1.2",
    "prettier": "^3.4.2",
    "rimraf": "^3.0.2"
  }
}
