@hocgin/ahooks-kit
Version:
37 lines (36 loc) • 702 B
JSON
{
"name": "@hocgin/ahooks-kit",
"version": "2.0.189",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"build": "father build"
},
"files": [
"dist",
"typings.d.ts",
"README.md"
],
"keywords": [
"hocgin"
],
"repository": {
"type": "git",
"url": "https://github.com/hocgin/node-package"
},
"authors": [],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@hocgin/hkit": "workspace:*",
"react": "^18.x",
"react-dom": "^18.x"
},
"gitHead": "eb676aaa5bde8a86d0fc38a58922919f39489825",
"dependencies": {
"ahooks": "^3.7.7"
}
}