nicecode-v2/packages/constants/package.json
2024-01-17 13:40:00 +08:00

40 lines
643 B
JSON

{
"name": "@zhst/constants",
"version": "0.3.1",
"description": "常量库",
"keywords": [
"constants",
"biz",
"zhst",
"常量"
],
"license": "ISC",
"author": "dev",
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.tsx",
"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"
},
"dependencies": {}
}