@bytedance/mona-client-plugin
Version:
plugin for mona
39 lines (38 loc) • 885 B
JSON
{
"name": "@bytedance/mona-client-plugin",
"version": "0.3.47",
"description": "plugin for mona",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "yarn clean && tsc -b",
"start": "tsc -b -w",
"clean": "rm -rf dist",
"test": "jest"
},
"keywords": [
"plugin",
"mona"
],
"dependencies": {
"@bytedance/mona": "0.3.47",
"@bytedance/mona-client-web": "0.3.47",
"@bytedance/mona-plugin-events": "0.3.47",
"@bytedance/mona-shared": "0.3.47"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"sideEffects": false,
"author": "zhangxiaowei.chris@bytedance.com",
"license": "MIT",
"gitHead": "430634deb1805263f558ba1b153736590755c228"
}