{
    "name": "xmcommon",
    "version": "1.1.0",
    "description": "一个基于javascript的常用功能扩展库!",
    "main": "./dist/index.js",
    "scripts": {
        "format": "prettier --write \"lib/**/*.ts\"",
        "lint": "eslint \"lib/**/*.ts\"",
        "build": "npm run lint & tsc",
        "compile": "npm run lint & tsc",
        "test": "jest"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/zdhsoft/xmcommon.git"
    },
    "files": [
        "dist"
    ],
    "types": "dist/index.d.ts",
    "keywords": [
        "common",
        "lib"
    ],
    "author": "zdhsoft",
    "license": "MIT",
    "licenses": [
        {
            "type": "MIT",
            "url": "https://www.opensource.org/licenses/mit-license.php"
        },
        {
            "type": "Apache-2.0",
            "url": "https://opensource.org/licenses/apache2.0.php"
        }
    ],
    "dependencies": {
        "lodash": "^4.17.21"
    },
    "bugs": {
        "url": "https://github.com/zdhsoft/xmcommon/issues"
    },
    "homepage": "https://github.com/zdhsoft/xmcommon#readme",
    "devDependencies": {
        "@babel/core": "^7.20.5",
        "@babel/preset-env": "^7.20.2",
        "@babel/preset-typescript": "^7.18.6",
        "@types/jest": "^29.2.4",
        "@types/lodash": "^4.14.191",
        "@types/mocha": "^10.0.1",
        "@types/node": "^8.10.66",
        "@typescript-eslint/eslint-plugin": "^5.45.0",
        "@typescript-eslint/parser": "^5.45.0",
        "babel-jest": "^29.3.1",
        "chai": "^4.3.7",
        "eslint": "^8.29.0",
        "eslint-config-google": "^0.14.0",
        "jest": "^29.3.1",
        "mocha": "^10.1.0",
        "prettier": "^2.8.0",
        "prettier-eslint": "^15.0.1",
        "ts-jest": "^29.0.3"
    },
    "engines": {
        "node": ">=8.0.0",
        "npm": ">=6.0.0"
    }
}
