{
  "name": "mxcad-app",
  "version": "1.0.68",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "style": "./dist/styles/style.css",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.d.ts"
      ],
      "vite": [
        "./packToolPlugin/vite/index.d.ts"
      ],
      "webpack": [
        "./packToolPlugin/webpack/index.d.ts"
      ],
      "rollup": [
        "./packToolPlugin/rollup/index.d.ts"
      ]
    }
  },
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./style": {
      "import": "./dist/styles/style.css",
      "browser": "./dist/styles/style.css",
      "require": "./dist/styles/style.css",
      "types": "./style.d.ts"
    },
    "./vite": {
      "import": "./packToolPlugin/vite/index.mjs",
      "require": "./packToolPlugin/vite/index.cjs",
      "types": "./packToolPlugin/vite/index.d.ts"
    },
    "./webpack": {
      "import": "./packToolPlugin/webpack/index.mjs",
      "require": "./packToolPlugin/webpack/index.cjs",
      "types": "./packToolPlugin/webpack/index.d.ts"
    },
    "./rollup": {
      "import": "./packToolPlugin/rollup/index.mjs",
      "require": "./packToolPlugin/rollup/index.cjs",
      "types": "./packToolPlugin/rollup/index.d.ts"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "LICENSE_CN",
    "THIRD-PARTY-NOTICES.txt",
    "README.md",
    "packToolPlugin",
    "package.json",
    "postinstall.js",
    "style.d.ts"
  ]
}
