nicecode-v2/packages/types/package.json

34 lines
627 B
JSON

{
"name": "@zhst/types",
"version": "0.7.3",
"description": "变量定义库",
"keywords": [
"types",
"biz",
"zhst",
"变量定义库"
],
"license": "ISC",
"author": "dev",
"main": "index.d.ts",
"typings": "index.d.ts",
"exports": {
".": {
"types": {
"default": "./index.d.ts"
}
},
"./user": "./user.d.ts",
"./BigImageModal": "./BigImageModal.d.ts",
"./package.json": "./package.json"
},
"scripts": {
"build": "father build"
},
"publishConfig": {
"access": "public",
"registry": "http://10.0.0.77:4874"
},
"dependencies": {}
}