nicecode-v2/packages/hooks/package.json
2023-11-29 15:48:08 +08:00

30 lines
467 B
JSON

{
"name": "@zhst/hooks",
"version": "0.0.1",
"description": "hooks合集",
"keywords": [
"hooks"
],
"license": "ISC",
"author": "dev",
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.tsx",
"module": "es/index.js",
"typings": "es/index.d.ts",
"files": [
"es",
"lib"
],
"scripts": {
"build": "father build"
},
"publishConfig": {
"access": "public"
}
}