{
  "name": "moysklad-api-model",
  "version": "3.2.0",
  "description": "Объектная модель API МойСклад для TypeScript проектов",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build/src/"
  ],
  "scripts": {
    "compile": "tsc",
    "build": "rm -rf build/ && npm run compile",
    "test": "npm run build && npx tsd",
    "version": "auto-changelog -p && git add CHANGELOG.md",
    "release": "np"
  },
  "keywords": [
    "moysklad",
    "model",
    "api",
    "typescript"
  ],
  "tsd": {
    "directory": "test"
  },
  "author": {
    "name": "Vitaliy V. Makeev",
    "email": "w.makeev@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wmakeev/moysklad-api-model"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/lodash": "^4.17.24",
    "auto-changelog": "^2.4.0",
    "moysklad": "^0.21.1",
    "prettier": "^3.8.1",
    "tsd": "^0.33.0",
    "typescript": "^5.9.3"
  }
}
