{ "name": "@zhst/constants", "version": "0.3.1", "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": {} }