{
  "name": "mustard-app",
  "version": "0.0.1-alpha.0",
  "description": "个人前端微应用建设中。。。",
  "type": "module",
  "main": "lib/bundle.cjs",
  "module": "lib/bundle.mjs",
  "types": "lib/index.d.ts",
  "scripts": {
    "dev": "rollup -c rollup.dev.config.mjs -w",
    "build": "rollup -c rollup.build.config.mjs ",
    "eslint": "eslint ./src/ --fix"
  },
  "keywords": [
    "微前端",
    "微应用",
    "HTMLElement",
    "iframe"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    "eslint-plugin-promise": "^6.0.0",
    "rollup": "^4.9.6",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3",
    "rollup-plugin-dts": "^6.1.0"
  },
  "dependencies": {
    "uuid": "^9.0.1"
  }
}
