{
    "name": "jsc-node-utils",
    "version": "1.2.0",
    "description": "node 端工具函数库",
    "scripts": {
        "build": "rollup -c",
        "test": "jest"
    },
    "main": "index.js",
    "module": "index.mjs",
    "types": "index.d.ts",
    "sideEffects": false,
    "files": [
        "file-system.js",
        "file-system.mjs",
        "file-system.d.ts",
        "git-system.js",
        "git-system.mjs",
        "git-system.d.ts",
        "npm.js",
        "npm.mjs",
        "npm.d.ts",
        "ns.js",
        "ns.mjs",
        "ns.d.ts",
        "path2.js",
        "path2.mjs",
        "path2.d.ts",
        "process.js",
        "process.mjs",
        "process.d.ts",
        "prompt.js",
        "prompt.mjs",
        "prompt.d.ts",
        "sample.js",
        "sample.mjs",
        "sample.d.ts",
        "shell.js",
        "shell.mjs",
        "shell.d.ts",
        "terminal.js",
        "terminal.mjs",
        "terminal.d.ts"
    ],
    "keywords": [
        "youngriver",
        "utils"
    ],
    "author": "蒋少川 <jiangsc93@163.com>",
    "maintainers": [],
    "repository": "https://github.com/jiangsc93/jsc-node-utils.git",
    "license": "MIT",
    "dependencies": {
        "jsc-classes": "^1.1.0",
        "jsc-utils": "^1.1.1",
        "conventional-commits-parser": "^3.2.0",
        "execa": "^5.0.0",
        "fs-extra": "^9.0.1",
        "inquirer": "^7.3.3",
        "semver": "^7.3.5",
        "shelljs": "^0.8.4",
        "tslib": "^1.11.1"
    },
    "devDependencies": {
        "@babel/core": "^7.9.6",
        "@babel/eslint-parser": "^7.12.13",
        "@babel/preset-env": "^7.9.6",
        "@babel/preset-typescript": "^7.9.0",
        "@commitlint/cli": "^12.1.1",
        "@commitlint/config-conventional": "^12.1.1",
        "@rollup/plugin-commonjs": "^17.0.0",
        "@rollup/plugin-json": "^4.1.0",
        "@rollup/plugin-typescript": "^8.1.0",
        "@types/command-exists": "^1.2.0",
        "@types/conventional-commits-parser": "^3.0.1",
        "@types/fs-extra": "^9.0.5",
        "@types/inquirer": "^7.3.1",
        "@types/jest": "^25.2.1",
        "@types/semver": "^7.3.5",
        "@types/shelljs": "^0.8.8",
        "@typescript-eslint/eslint-plugin": "^4.11.1",
        "@typescript-eslint/parser": "^4.11.1",
        "eslint": "^7.16.0",
        "eslint-config-prettier": "^7.1.0",
        "eslint-plugin-import": "^2.22.1",
        "eslint-plugin-jest": "^24.1.3",
        "eslint-plugin-prettier": "^3.3.0",
        "glob": "^7.1.6",
        "husky": "^4.3.8",
        "jest": "^25.4.0",
        "lint-staged": "^10.5.4",
        "prettier": "^2.2.1",
        "rollup": "^2.35.1",
        "typescript": "^3.9.3"
    }
}
