{
    "name": "@easyfe/m-tools-test",
    "version": "0.0.1",
    "description": "移动端工具库",
    "publishConfig": {
        "registry": "https://registry.npmjs.org",
        "access": "public"
    },
    "main": "lib/index.js",
    "module": "lib/index.esm.js",
    "typings": "lib/index.d.ts",
    "scripts": {
        "start": "cross-env NODE_ENV=development rollup -w -c",
        "build": "rimraf lib && cross-env NODE_ENV=production rollup -c",
        "prepublish": "npm run build",
        "lint": "eslint --fix --ext .js,.ts ./src"
    },
    "keywords": [],
    "files": [
        "lib",
        "LICENSE",
        "CHANGELOG.md",
        "README.md"
    ],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@babel/core": "7.17.5",
        "@babel/plugin-transform-runtime": "7.17.0",
        "@babel/preset-env": "7.16.4",
        "@babel/runtime-corejs3": "7.16.3",
        "@easyfe/eslint-config-ts": "0.0.2",
        "@rollup/plugin-babel": "5.3.0",
        "@rollup/plugin-commonjs": "21.0.2",
        "@rollup/plugin-node-resolve": "13.0.6",
        "@types/big.js": "6.1.1",
        "@types/lodash-es": "4.17.6",
        "@types/qs": "6.9.7",
        "@types/uuid": "8.3.0",
        "@types/numeral": "2.0.2",
        "rollup": "2.60.1",
        "rollup-plugin-terser": "7.0.2",
        "rollup-plugin-typescript2": "0.31.1",
        "typescript": "4.5.2",
        "cross-env": "7.0.3"
    },
    "dependencies": {
        "big.js": "6.1.1",
        "dayjs": "1.10.6",
        "lodash-es": "4.17.21",
        "nanoid": "4.0.0",
        "numeral": "2.0.6",
        "qs": "6.10.3",
        "uuid": "8.3.2"
    }
}
