react-use-record-hotkey
Version:
54 lines (53 loc) • 1.08 kB
JSON
{
"name": "react-use-record-hotkey",
"version": "1.3.0",
"description": "",
"keywords": [
"react",
"hotkey",
"react-hotkey",
"react-hook"
],
"repository": {
"type": "git",
"url": "https://github.com/Wxh16144/react-record-hotkey.git",
"directory": "packages/antd-record-hotkey-input"
},
"license": "MIT",
"author": "Wxh16144(wxh1220@gmail.com)",
"exports": {
".": {
"types": "./es/index.d.ts",
"import": {
"node": "./lib/index.js",
"default": "./es/index.js"
},
"require": "./lib/index.js"
},
"./es/*": {
"types": "./es/*.d.ts",
"default": "./es/*"
},
"./lib/*": {
"types": "./lib/*.d.ts",
"default": "./lib/*"
}
},
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"lib",
"es"
],
"scripts": {
"build": "father build",
"dev": "father dev",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"ahooks": "^3",
"react": ">16.8.0",
"react-dom": ">16.8.0"
}
}