{
  "name": "@benchmarkdigital/benchmarkreader",
  "version": "2.0.1",
  "description": "Dark mode for every website",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "api": "node tasks/build.js --api",
    "benchmark-server": "node tests/benchmark-server/index.js",
    "build": "node tasks/build.js --release",
    "build:all": "node tasks/build.js --debug --release --api",
    "code-style": "eslint --ignore-pattern \"!.eslintplugin.js\" --cache --fix \"src/**/*.ts\" \"src/**/*.tsx\" \"tasks/**/*.js\" \"tests/[!coverage]**/*.js\" \"tests/**/*.ts\" \".eslintrc.js\" \"index.d.ts\" \".eslintplugin.js\"",
    "debug": "node tasks/build.js --debug",
    "debug:watch": "node tasks/build.js --debug --watch",
    "lint": "eslint --ignore-pattern \"!.eslintplugin.js\" \"src/**/*.ts\" \"src/**/*.tsx\" \"tasks/**/*.js\" \"tests/**/*.ts\" \"tests/[!coverage]**/*.js\" \"index.d.ts\" \".eslintplugin.js\"",
    "prepublishOnly": "npm test && npm run api",
    "release": "npm test && npm run lint && node tasks/build.js --release",
    "test": "npm run test:unit",
    "test:all": "npm run test:unit; npm run test:browser; npm run test:inject; npm run test:project",
    "test:browser": "npm run debug && npm run test:chrome && npm run test:firefox",
    "test:chrome": "npm run debug && TEST_BROWSER=chrome jest --config=tests/browser/jest.config.js --runInBand",
    "test:ci": "npm run test:unit",
    "test:coverage": "jest --config=tests/unit/jest.config.js --coverage",
    "test:firefox": "npm run debug && TEST_BROWSER=firefox jest --config=tests/browser/jest.config.js --runInBand",
    "test:inject": "node tests/inject/run.js",
    "test:inject:debug": "node tests/inject/run.js --debug",
    "test:project": "jest --config=tests/project/jest.config.js",
    "test:unit": "jest --config=tests/unit/jest.config.js",
    "test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest --config=tests/unit/jest.config.js --runInBand --no-cache --watch"
  },
  "main": "darkreader.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ezzio-salas/DarkReader-AOS-Mode"
  },
  "author": "Alexander Shutau <darkreaderapp@gmail.com> (https://darkreader.org/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ezzio-salas/DarkReader-AOS-Mode/issues"
  },
  "keywords": [
    "dark-theme",
    "dark-mode",
    "night-mode",
    "darkmode",
    "nightmode",
    "accessibility",
    "eye-care"
  ],
  "browserslist": [
    "supports es5",
    "not ie > 0",
    "not ie_mob > 0",
    "not op_mini all",
    "not op_mob < 59",
    "not android < 50",
    "not ios_saf < 6",
    "not safari < 9.3",
    "not opera < 36",
    "not chrome < 49",
    "not firefox < 33",
    "not edge <= 18"
  ],
  "homepage": "https://darkreader.org/",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/darkreader/donate"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "13.1.3",
    "@rollup/plugin-replace": "4.0.0",
    "@rollup/plugin-typescript": "8.3.1",
    "@rollup/pluginutils": "4.1.2",
    "@types/chrome": "0.0.179",
    "@types/eslint": "8.4.1",
    "@types/jasmine": "3.10.3",
    "@types/jest": "27.4.1",
    "@types/karma": "6.3.3",
    "@types/karma-coverage": "2.0.1",
    "@types/node": "17.0.21",
    "@types/offscreencanvas": "2019.6.4",
    "@typescript-eslint/eslint-plugin": "5.13.0",
    "@typescript-eslint/parser": "5.13.0",
    "chokidar": "3.5.3",
    "eslint": "8.10.0",
    "eslint-plugin-import": "2.25.4",
    "eslint-plugin-local": "1.0.0",
    "globby": "13.1.1",
    "jasmine-core": "4.0.1",
    "jest": "27.5.1",
    "jest-extended": "2.0.0",
    "karma": "6.3.17",
    "karma-chrome-launcher": "3.1.0",
    "karma-coverage": "2.2.0",
    "karma-firefox-launcher": "2.1.2",
    "karma-jasmine": "4.0.1",
    "karma-rollup-preprocessor": "7.0.8",
    "karma-safari-launcher": "1.0.0",
    "less": "4.1.2",
    "malevic": "0.19.1",
    "prettier": "2.5.1",
    "puppeteer-core": "13.4.1",
    "rollup": "2.69.0",
    "rollup-plugin-istanbul2": "2.0.2",
    "ts-jest": "27.1.3",
    "tslib": "2.3.1",
    "typescript": "4.6.2",
    "web-ext": "6.7.0",
    "ws": "8.5.0",
    "yazl": "2.5.1"
  }
}
