common-hook
Version:
提供项目中常用的 React Hooks
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "common-hook",
"version": "1.3.2",
"description": "提供项目中常用的 React Hooks",
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"sideEffects": false,
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"build": "tsc",
"coverage": "jest --coverage",
"prepare": "npm run build",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JainaXiong/common-hook.git"
},
"keywords": [
"common-hook",
"typescript",
"hooks",
"useHooks"
],
"author": "JainaXiong https://github.com/JainaXiong",
"license": "ISC",
"bugs": {
"url": "https://github.com/JainaXiong/common-hook/issues"
},
"homepage": "https://github.com/JainaXiong/common-hook#readme",
"dependencies": {
"common-screw": ">=1.4.3"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}