@bytedance/mona
Version:
Merchant app's developing and building tools
36 lines (35 loc) • 868 B
JSON
{
"name": "@bytedance/mona",
"version": "0.3.43",
"description": "Merchant app's developing and building tools",
"main": "./dist/index",
"scripts": {
"build": "yarn clean && tspc -b",
"start": "tspc -b -w",
"clean": "rm -rf dist",
"test": "jest"
},
"files": [
"dist"
],
"author": "zhangxiaowei.chris@bytedance.com",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"copy-webpack-plugin": "^10.2.0",
"react": "^17.0.2",
"webpack": "^5.58.2",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.15.1"
},
"peerDependencies": {
"copy-webpack-plugin": "^10.2.0",
"react": "^17.0.2",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.15.1"
},
"gitHead": "c6574818f43c7dfc9e2a3ea0e129977913d4b639"
}