42 lines
710 B
JSON
42 lines
710 B
JSON
{
|
|
"name": "@zhst/constants",
|
|
"version": "0.6.2",
|
|
"description": "常量库",
|
|
"keywords": [
|
|
"constants",
|
|
"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": {
|
|
".": {
|
|
"require": "./lib/index.js",
|
|
"import": "./es/index.js",
|
|
"default": "./es/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "father build"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "http://10.0.0.77:4874"
|
|
},
|
|
"dependencies": {}
|
|
}
|