{
  "name": "@alita/types",
  "version": "3.1.2",
  "description": "@alita/types",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pnpm tsc",
    "build:deps": "umi-scripts bundleDeps",
    "dev": "pnpm build --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alitajs/alita"
  },
  "authors": [
    "xiaohuoni <xiaohuoni@gmail.com> (https://github.com/xiaohuoni)"
  ],
  "license": "MIT",
  "bugs": "https://github.com/alitajs/alita/issues",
  "homepage": "https://github.com/alitajs/alita/tree/master/packages/types#readme",
  "publishConfig": {
    "access": "public"
  }
}
