{
  "name": "moysklad-ts",
  "version": "0.1.2",
  "description": "Полностью типизированный, современный и лёгкий клиент МойСклад JSON API",
  "sideEffects": false,
  "type": "module",
  "packageManager": "bun@1.2.4",
  "keywords": [
    "moysklad",
    "warehouse",
    "client",
    "wms",
    "crm",
    "api"
  ],
  "homepage": "https://github.com/MonsterDeveloper/moysklad-ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MonsterDeveloper/moysklad-ts.git"
  },
  "bugs": {
    "url": "https://github.com/MonsterDeveloper/moysklad-ts/issues"
  },
  "license": "GPL-3.0-only",
  "author": "Andrei Bobkov <me@ctoofeverything.dev>",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui --coverage.enabled=true",
    "lint": "eslint --ext .ts .",
    "typecheck": "tsc && vitest --typecheck.only --run",
    "update": "bunx npm-check-updates -ui --reject '*eslint*' --reject bun",
    "prepare": "husky",
    "bump-version": "bun scripts/bump-version.ts",
    "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
    "knip": "knip"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.4",
    "@commitlint/cli": "^19.7.1",
    "@commitlint/config-conventional": "^19.7.1",
    "@types/bun": "^1.2.4",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "@vitest/coverage-v8": "^3.0.7",
    "@vitest/ui": "^3.0.7",
    "eslint": "^8.54.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-sonarjs": "^0.23.0",
    "eslint-plugin-unicorn": "^49.0.0",
    "husky": "^9.1.7",
    "knip": "^5.45.0",
    "prettier": "^3.5.2",
    "typescript": "^5.8.2",
    "vite-plugin-dts": "^4.5.1",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.0.7"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "type-fest": "^4.36.0"
  }
}
