@bytedance/mona-shared
Version:
mona shared utils
37 lines (36 loc) • 897 B
JSON
{
"name": "@bytedance/mona-shared",
"displayName": "mona-shared",
"version": "0.3.43",
"description": "mona shared utils",
"main": "./dist/index.js",
"module": "./dist/index.js",
"browser": "./dist/index.web.js",
"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",
"dependencies": {
"@babel/core": "7.19.0",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/register": "^7.16.5"
},
"devDependencies": {
"@types/node": "^16.4.5",
"react": "^17.0.2",
"typescript-json-schema": "^0.43.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"gitHead": "c6574818f43c7dfc9e2a3ea0e129977913d4b639"
}