30 lines
467 B
JSON
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"
|
|
}
|
|
}
|