UNPKG

@orca-fe/tools

Version:
45 lines 934 B
{ "name": "@orca-fe/tools", "version": "0.10.1", "description": "front-end tools", "keywords": [ "tools", "utils", "frontend" ], "author": "wang.kangning <331677620@qq.com>", "homepage": "https://orca.nicokam.work/", "license": "MIT", "types": "es/index.d.ts", "module": "es/index.js", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "es" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/orca-team/pocket.git" }, "dependencies": { "immer": "^9.0.21" }, "gitHead": "0f38f477546c9603891bad4b0c847554147262df", "peerDependencies": { "ahooks": ">=3.2.0", "moment": ">=2.29.0" }, "devDependencies": {}, "scripts": { "build": "father build", "test": "jest --passWithNoTests" } }