{
  "name": "wujie",
  "version": "1.0.29",
  "description": "极致的微前端框架",
  "main": "./lib/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "files": [
    "lib",
    "esm"
  ],
  "scripts": {
    "lib": "webpack build --config webpack.config.js",
    "esm": "cross-env BABEL_ENV=esm babel ./src --out-dir ./esm --extensions .ts --source-maps && tsc --emitDeclarationOnly",
    "prepack": "bash build.sh",
    "start": "cross-env BABEL_ENV=esm babel ./src --out-dir ./esm --extensions .ts --source-maps inline --watch & tsc --emitDeclarationOnly",
    "lint": "eslint --ext .ts ./src  --fix && git add .",
    "test": "npm run test:unit && npm run test:integration",
    "test:unit": "jest -c __test__/unit/jest.config.js",
    "test:integration": "jest -c __test__/integration/jest.config.js --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Tencent/wujie.git"
  },
  "config": {
    "unsafe-perm": true,
    "registry": "https://registry.npmjs.org/"
  },
  "author": "yiludege",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.18.6",
    "@babel/core": "^7.14.6",
    "@babel/plugin-transform-runtime": "^7.18.6",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^27.0.3",
    "@types/jest-environment-puppeteer": "^5.0.2",
    "@types/puppeteer": "^5.4.6",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "babel-loader": "8.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^5.1.0",
    "jest": "^27.3.1",
    "jest-puppeteer": "^6.1.0",
    "prettier": "^2.6.2",
    "puppeteer": "^14.2.1",
    "sass-loader": "^12.1.0",
    "ts-jest": "^27.1.4",
    "typescript": "^4.4.2",
    "webpack": "5.98.0",
    "webpack-cli": "^4.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "eslintIgnore": [
    "*.js"
  ],
  "dependencies": {
    "@babel/runtime": "^7.18.6"
  },
  "gitHead": "0656f481b0d865ae763da5a9595bd74c74f075c1"
}
