{
  "name": "@advanced-rest-client/arc-data-generator",
  "description": "Generates data for ARC demo pages and tests",
  "version": "4.0.1",
  "license": "Apache-2.0",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "keywords": [
    "advanced-rest-client",
    "tests",
    "helper",
    "database"
  ],
  "author": {
    "name": "Pawel Uchida-Psztyc",
    "email": "arc@mulesoft.com"
  },
  "contributors": [
    "Your name can be here!"
  ],
  "bugs": {
    "url": "https://github.com/advanced-rest-client/arc-data-generator/issues",
    "email": "arc@mulesoft.com"
  },
  "dependencies": {
    "@advanced-rest-client/arc-types": "^0.2.54",
    "@pawel-up/data-mock": "^0.1.7",
    "@types/chance": "^1.1.3",
    "@types/pouchdb": "^6.4.0",
    "chance": "^1.1.7",
    "pouchdb": "^7.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/advanced-rest-client/arc-data-generator.git"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/eslint-parser": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@open-wc/testing": "^2.5.33",
    "@web/test-runner": "^0.13.16",
    "@web/test-runner-playwright": "^0.8.8",
    "babel-eslint": "^10.1.0",
    "chai": "^4.3.4",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-no-only-tests": "^2.6.0",
    "husky": "^6.0.0",
    "lint-staged": "^11.1.2",
    "mocha": "^9.0.3",
    "sinon": "^11.1.2",
    "typescript": "^4.3.4",
    "typescript-lit-html-plugin": "^0.9.0"
  },
  "scripts": {
    "lint:eslint": "eslint --ext .js,.html . --ignore-path .gitignore",
    "format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore",
    "lint:types": "tsc",
    "lint": "npm run lint:eslint",
    "format": "npm run format:eslint",
    "test": "npm run test:node && npm run test:browser",
    "test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium",
    "test:node": "mocha test/**/*.test.node.js",
    "test:browser": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit"
  },
  "prettier": {
    "singleQuote": true,
    "arrowParens": "always",
    "printWidth": 240,
    "trailingComma": "all"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  }
}
