{
  "name": "qetag-js",
  "version": "2.2.0",
  "files": [
    "lib/",
    "worker/"
  ],
  "description": "a manager for worker",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "npm run worker-build && jest --coverage",
    "test:watch": "jest -- --watch --no-cache",
    "lint": "eslint --ext .ts src/",
    "lint:test": "eslint --ext .ts __tests__/",
    "lint:fix": "eslint --fix --ext .ts src/",
    "build": "npm run worker-build && webpack --mode production",
    "clean": "rimraf lib coverage worker",
    "codecov": "codecov",
    "preversion": "npm run clean && npm test",
    "worker-build": "webpack --config webpack.worker.js --mode production",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "version": "npm run build && git add -A lib && npm run changelog",
    "postversion": "git push --tags origin"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geeeger/qetag-js.git"
  },
  "keywords": [
    "qetag",
    "crypto-js",
    "hash",
    "etag"
  ],
  "author": {
    "name": "geeeger",
    "email": "lph1988520@sina.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geeeger/qetag-js/issues"
  },
  "homepage": "https://github.com/geeeger/qetag-js#readme",
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@types/bluebird": "^3.5.32",
    "@types/crypto-js": "3.1.47",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.2",
    "@typescript-eslint/eslint-plugin": "^4.5.0",
    "@typescript-eslint/parser": "^4.5.0",
    "acorn": "^8.0.4",
    "bluebird": "^3.7.2",
    "codecov": "^3.8.0",
    "conventional-changelog-cli": "^2.1.0",
    "eslint": "^7.11.0",
    "eslint-loader": "^4.0.2",
    "husky": "^4.3.0",
    "jest": "^26.6.0",
    "rimraf": "^3.0.2",
    "terser-webpack-plugin": "^5.0.0",
    "ts-jest": "^26.4.1",
    "ts-loader": "^8.0.6",
    "typescript": "^4.0.3",
    "webpack": "^5.2.0",
    "webpack-cli": "^4.1.0",
    "worker-loader": "^3.0.5"
  },
  "dependencies": {
    "crypto-js": "4.0.0",
    "math-log2": "1.0.1",
    "throat": "5.0.0",
    "worker-provider": "2.1.0"
  }
}
