UNPKG

@taro-hooks/ahooks

Version:
50 lines 1.1 kB
{ "name": "@taro-hooks/ahooks", "version": "2.2.0", "description": "ahooks for Taro", "keywords": [ "ahooks", "taro-hooks", "react", "hooks", "vue", "vue3", "composition-api", "taro" ], "main": "./lib/index.js", "module": "./es/index.js", "types": "./lib/index.d.ts", "typedocMain": "./src/index.ts", "sideEffects": false, "author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": "https://github.com/innocces/taro-hooks", "homepage": "https://innocces.github.io/taro-hooks/packages/ahooks", "files": [ "dist", "lib", "es", "package.json", "README.md" ], "dependencies": { "lodash-wechat": "^1.0.0", "@taro-hooks/shared": "2.2.0" }, "engines": { "node": ">=12.0.0" }, "license": "MIT", "gitHead": "628c69db9aed1a7c258f75dcf095449ec99023e0", "devDependencies": { "@types/node": "^18.15.12" }, "scripts": { "build": "gulp", "dev": "gulp -w" } }