nicecode-v2/packages/biz/package.json

49 lines
861 B
JSON

{
"name": "@zhst/biz",
"version": "0.5.1",
"description": "业务库",
"keywords": [
"business",
"biz",
"zhst"
],
"license": "ISC",
"author": "dev",
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"exports": {
".": {
"import": "./src/index.ts"
}
},
"files": [
"es",
"lib"
],
"scripts": {
"build": "father build"
},
"publishConfig": {
"access": "public",
"registry": "http://10.0.0.77:4874"
},
"devDependencies": {
"@types/zhst": "workspace:^"
},
"dependencies": {
"@zhst/func": "workspace:^",
"@zhst/hooks": "workspace:^",
"@zhst/meta": "workspace:^",
"antd": "^5.12.5",
"classnames": "^2.5.1",
"rc-util": "^5.38.1"
}
}