{
  "name": "build-ice3-gcp-runtime",
  "version": "2.0.5",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && node compress.js",
    "start": "tsc -w",
    "watch": "tsc --watch"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./runtime": {
      "types": "./dist/runtime.d.ts",
      "import": "./dist/runtime.js",
      "default": "./dist/runtime.js"
    },
    "./*": "./*"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.alibaba-inc.com:build-ice-gcp-runtime.git"
  },
  "author": "hjyue1@163.com",
  "dependencies": {
    "@ali/broccoli-simulate-browser-env": "^1.0.31",
    "@babel/core": "^7.22.8",
    "@babel/runtime": "^7.17.9",
    "@babel/traverse": "^7.22.8",
    "@babel/types": "^7.22.5",
    "@builder/app-helpers": "^2.5.4",
    "@builder/pack": "^0.6.2",
    "@ice/app": "^3.2.5",
    "babel-runtime-jsx-plus": "^0.1.5",
    "cheerio": "^1.0.0-rc.12",
    "console-clear": "^1.1.1",
    "debug": "^4.3.4",
    "esbuild": "^0.18.16",
    "fs-extra": "^11.1.1",
    "glob": "^10.3.3",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "lodash.merge": "^4.6.2",
    "node-polyfill-webpack-plugin": "^2.0.1",
    "qs": "^6.9.6",
    "rocket-swap": "^2.0.16",
    "serialize-javascript": "^6.0.1",
    "ts-loader": "^9.3.0",
    "uglify-js": "^3.17.4",
    "yargs-parser": "^21.1.1"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.30",
    "@babel/generator": "^7.22.9",
    "@babel/parser": "^7.22.7",
    "@babel/plugin-transform-react-jsx": "^7.22.5",
    "@babel/plugin-transform-typescript": "^7.22.9",
    "@babel/traverse": "^7.22.8",
    "@types/fs-extra": "^9.0.6",
    "@types/qs": "^6.9.5",
    "@types/webpack": "^4.41.26",
    "chalk": "^4.1.2",
    "jest": "^26.4.2",
    "prettier": "^2.2.1",
    "terser": "^5.19.2",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3"
  }
}
