{
  "name": "@cic-digital/web-function-test",
  "preferGlobal": true,
  "version": "0.6.10",
  "description": "",
  "directories": {
    "bin": "./bin"
  },
  "bin": {
    "wft": "./wft.js",
    "initwft": "./init.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "check": "eslint --ignore-path .eslintignore --quiet \"./**/*.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k19810703/web-function-test.git"
  },
  "keywords": [
    "web",
    "test",
    "puppeteer"
  ],
  "author": "wuhd <k19810703@163.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/k19810703/web-function-test/issues"
  },
  "homepage": "https://github.com/k19810703/web-function-test#readme",
  "dependencies": {
    "@hapi/boom": "github:hapijs/boom",
    "@hapi/joi": "^15.1.1",
    "body-parser": "^1.18.3",
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "cookie-parser": "^1.4.4",
    "cors": "^2.8.5",
    "cpy": "^7.3.0",
    "delay": "^4.3.0",
    "dotenv": "^8.1.0",
    "ejs": "^2.6.1",
    "express": "^4.16.4",
    "express-session": "^1.16.1",
    "get-port": "^5.0.0",
    "jsonfile": "^5.0.0",
    "lodash": "^4.17.15",
    "log": "^1.4.0",
    "log-update": "^3.3.0",
    "lowdb": "^1.0.0",
    "moment": "^2.24.0",
    "morgan": "^1.9.1",
    "mpb": "0.0.4",
    "multer": "^1.4.2",
    "open": "^6.1.0",
    "papaparse": "^5.0.2",
    "puppeteer": "^1.14.0",
    "puppeteer-firefox": "^0.5.0",
    "rxjs": "^6.5.3",
    "secure-random-string": "^1.1.0",
    "string-format": "^2.0.0",
    "swagger-ui-express": "^4.0.7",
    "update-dotenv": "^1.1.1",
    "whd-util": "^1.1.4",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^5.13.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-angular": "^4.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.0",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-security": "^1.4.0",
    "husky": "^3.0.5",
    "jest": "^24.1.0",
    "superagent": "^4.0.0",
    "supertest": "^3.3.0"
  }
}
