40 lines
706 B
JSON
40 lines
706 B
JSON
{
|
|
"name": "@zhst/material",
|
|
"version": "0.3.1",
|
|
"description": "物料库",
|
|
"keywords": [
|
|
"business",
|
|
"biz",
|
|
"zhst",
|
|
"material"
|
|
],
|
|
"license": "ISC",
|
|
"author": "dev",
|
|
"sideEffects": [
|
|
"dist/*",
|
|
"es/**/style/*",
|
|
"lib/**/style/*",
|
|
"*.less"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"typings": "es/index.d.ts",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "father build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "http://10.0.0.77:4874"
|
|
},
|
|
"dependencies": {
|
|
"@zhst/hooks": "workspace:^",
|
|
"@zhst/meta": "workspace:^",
|
|
"@zhst/func": "workspace:^",
|
|
"@zhst/biz": "workspace:^"
|
|
}
|
|
}
|