43 lines
732 B
JSON
43 lines
732 B
JSON
{
|
|
"name": "@zhst/icon-v2",
|
|
"version": "0.1.0",
|
|
"description": "图标库",
|
|
"keywords": [
|
|
"icon",
|
|
"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": {
|
|
"@ant-design/icons": "^5.3.0"
|
|
}
|
|
}
|