{
  "name": "mng-easy-util",
  "version": "1.7.3",
  "description": "some useful tools for js and ts, like true HashMap...",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "build:esm": "tsc --module es2015 --outDir dist/esm",
    "build": "npm run build:cjs & npm run build:esm",
    "test:worker-pool": "npx webpack serve --config ./test/webpack.config.js"
  },
  "keywords": [],
  "author": "zhangming",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^26.0.14",
    "@types/lodash": "^4.14.161",
    "jest": "^26.4.2",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.0",
    "typescript": "^4.6.2",
    "webpack": "^5.58.1",
    "webpack-cli": "^4.9.0",
    "webpack-dev-server": "^4.3.1"
  },
  "dependencies": {
    "chalk": "^4.1.1",
    "lodash": "^4.17.20",
    "reflect-metadata": "^0.1.13"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "bracketSpacing": true,
    "jsxBrackets": true,
    "tabWidth": 2
  }
}
