nicecode-v2/packages/constants/package.json
2024-01-16 11:44:26 +08:00

38 lines
632 B
JSON

{
"name": "@zhst/constants",
"version": "0.3.0",
"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": {
"./package.json": "./package.json"
},
"files": [
"es",
"lib"
],
"scripts": {
"build": "father build"
},
"publishConfig": {
"access": "public",
"registry": "http://10.0.0.77:4874"
},
"dependencies": {}
}