UNPKG

@alicloud/console-base-messenger-tutor

Version:
51 lines (50 loc) 1.62 kB
{ "name": "@alicloud/console-base-messenger-tutor", "version": "1.1.9", "description": "ConsoleBase 信使 - Tutor", "license": "MIT", "sideEffects": false, "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-messenger/console-base-messenger-tutor", "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", "messenger", "tutor" ], "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/console-base-messenger-base": "^1.4.10" }, "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:bundle && yarn build:typings", "clean": "rm -rf build", "prepublishOnly": "yarn clean && yarn build" }, "gitHead": "056768173dd99b5af268df646c8a09eb08648920" }