{
  "name": "template-vanilla-ts",
  "version": "0.1.0",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "browser": "./dist/index.umd.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "build": "build && tsc --build",
    "test": "jest",
    "cov": "jest --coverage",
    "ci": "jest --coverage ----coverageReporters=json",
    "doc": "typedoc",
    "lint": "eslint src --ignore-path .gitignore --cache --fix",
    "check": "prettier src --check",
    "format": "prettier src --write --loglevel=warn",
    "preversion": "npm run lint && npm test",
    "prepublishOnly": "npm run build"
  },
  "sideEffects": false,
  "publishConfig": {
    "registry": "http://172.19.30.181:8081/repository/npm-main/"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,js,json}": [
      "prettier --check"
    ],
    "*.{ts,js}": [
      "eslint"
    ]
  },
  "devDependencies": {
    "@mediinfo/build": "^0.1.0",
    "@mediinfo/eslint-config": "^0.1.0",
    "@types/jest": "^27.0.2",
    "@types/lodash": "^4.14.171",
    "eslint": "^7.32.0",
    "husky": "^7.0.2",
    "jest": "^27.2.1",
    "lint-staged": "^11.1.2",
    "prettier": "^2.4.1",
    "ts-jest": "^27.0.5",
    "typedoc": "^0.22.4",
    "typescript": "^4.4.3"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "author": "联众智慧科技股份有限公司",
  "maintainers": [
    {
      "name": "zhengxs",
      "email": "zhengxiansen@mediinfo.com.cn"
    }
  ],
  "license": "SEE LICENSE IN LICENSE.txt"
}
