UNPKG

willow-utils

Version:

工具库

51 lines (50 loc) 1.13 kB
{ "name": "willow-utils", "version": "1.0.4", "description": "工具库", "author": "1043771556@qq.com", "scripts": { "test": "node ./utils/index.tsx", "prepare": "husky install", "pretty-quick": "pretty-quick --staged", "version:major": "npm version major", "version:minor": "npm version minor", "version:patch": "npm version patch", "build": "build-tools run compile", "prepublish": "npm run build", "publish:patch": "npm run version:patch && npm publish" }, "repository": { "type": "git", "url": "https://gitee.com/liujiazhu/willow-utils.git" }, "husky": { "hooks": { "pre-commit": "npm run pretty-quick" } }, "keywords": [ "willow", "willow-utils", "utils" ], "files": [ "lib", "es" ], "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", "license": "ISC", "devDependencies": { "husky": "^8.0.1", "prettier": "^2.7.1", "pretty-quick": "^3.1.3" }, "dependencies": { "axios": "^0.27.2", "global": "^4.4.0", "lodash": "^4.17.21", "viewerjs": "^1.10.5" } }