{
    "name": "@yzfe/utils",
    "version": "3.1.0-alpha.1",
    "description": "工具函数 utils",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "author": "Allenice",
    "license": "MIT",
    "scripts": {
        "build": "rm -rf ./dist && tsc",
        "build:doc": "typedoc --out ./docs ./",
        "prepublishOnly": "yarn build"
    },
    "files": [
        "dist",
        "docs"
    ],
    "publishConfig": {
        "registry": "https://registry.npmjs.org",
        "access": "public"
    },
    "gitHead": "cec102cc262ba8c2a5d44644e6e3043228c83252",
    "devDependencies": {
        "@types/lodash": "^4.14.191",
        "lodash": "^4.17.21",
        "tslib": "^2.3.0",
        "typedoc": "^0.15.1",
        "typescript": "^4.3.5"
    }
}
