{
  "name": "@itcase/types-ui",
  "description": "",
  "version": "1.1.94",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/ITCase/itcase-types.git"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "eslint types/",
    "typecheck": "tsc --noEmit",
    "generate-types": "tsc"
  },
  "files": [
    "/dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts"
    }
  },
  "types": "./dist/index.d.ts",
  "dependencies": {
    "swagger-typescript-api": "^13.9.2"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "f6dcf85e423e260e81196479e5447b42af1122c9"
}
