{ "name": "@zhst/slave", "version": "0.7.4", "description": "微前端子应用方法库", "keywords": [ "slave", "微前端子应用方法库" ], "license": "ISC", "author": "dev", "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" }, "./package.json": "./package.json" }, "scripts": { "build": "father build" }, "publishConfig": { "access": "public", "registry": "http://10.0.0.77:4874" }, "dependencies": { "@zhst/func": "workspace:^", "antd": "^5.15.3" } }