{
  "version": "0.8.9",
  "name": "@leight-core/api",
  "description": "Package with all interfaces used in the whole @leight-core.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/leight-core/api.git"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "sideEffects": false,
  "type": "module",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "@tanstack/react-query": "^4.24.4",
    "antd": "^5.2.0",
    "antd-mobile": "^5.28.0",
    "axios": "^1.3.2",
    "i18next": "^22.4.9",
    "next": "^13.1.6",
    "next-auth": "^4.19.2",
    "p-queue": "^7.3.4",
    "rc-field-form": "^1.27.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "reflect-metadata": "^0.1.13",
    "winston": "^3.8.2"
  },
  "devDependencies": {
    "@leight/eslint-config-eslint": "^0.5.5",
    "@leight/tsconfig": "^0.5.16",
    "@types/async-lock": "^1.4.0",
    "@types/node": "^18.13.0",
    "@types/react": "^18.0.28",
    "del-cli": "^5.0.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.34.0",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json --outDir lib",
    "depcheck": "depcheck",
    "lint": "eslint src",
    "cleanup": "del-cli .turbo lib tsconfig.tsbuildinfo src/**/*.{d.ts,d.ts.map,js,js.map}"
  }
}