{
  "name": "@alicloud/console-base-global",
  "version": "1.4.8",
  "description": "ConsoleBase 唯一官方指定全局变量... 的 API",
  "license": "MIT",
  "main": "build/cjs/index.js",
  "module": "build/es/index.js",
  "types": "build/types/index.d.ts",
  "homepage": "https://github.com/aliyun/alibabacloud-console-base/tree/master/packages/console-base-global",
  "author": {
    "name": "Jianchun Wang",
    "email": "justnewbee@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aliyun/alibabacloud-console-base.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "console-base",
    "global"
  ],
  "devDependencies": {
    "@alicloud/console-toolkit-cli": "^1.2.30",
    "@alicloud/console-toolkit-preset-component": "^1.2.61",
    "@alicloud/ts-config": "^1.1.3",
    "@types/react": "^17.0.48",
    "react": "^17.0.2",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@alicloud/sandbox-escape": "^1.1.8"
  },
  "scripts": {
    "start": "breezr start-storybook",
    "test": "breezr test:unit",
    "build:esm": "breezr build --engine babel --es-module",
    "build:cjs": "breezr build --engine babel",
    "build:bundle": "breezr build --engine webpack",
    "build:typings": "tsc --outDir build/types --declaration --emitDeclarationOnly",
    "build": "yarn build:esm && yarn build:cjs && yarn build:typings",
    "clean": "rm -rf build",
    "prepublishOnly": "yarn clean && yarn build"
  },
  "gitHead": "056768173dd99b5af268df646c8a09eb08648920"
}
