{
  "name": "@umijs/ssr-darkreader",
  "version": "4.9.45",
  "description": "Dark mode for every website",
  "scripts": {
    "api": "node tasks/build.js --api",
    "benchmark-server": "node tests/benchmark-server/index.js",
    "build": "node tasks/build.js --release",
    "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": "jest --config=tests/jest.config.js",
    "test:browser": "npm run debug && jest --config=tests/browser/jest.config.js --runInBand",
    "test:chrome": "npm run debug && jest --config=tests/browser/jest.config.chrome.js --runInBand",
    "test:ci": "jest --config=tests/jest.config.js --runInBand",
    "test:config": "jest --config=tests/config/jest.config.js",
    "test:config:debug": "node --inspect-brk ./node_modules/jest/bin/jest --config=tests/config/jest.config.js --runInBand --no-cache --watch",
    "test:coverage": "jest --config=tests/jest.config.js --coverage",
    "test:firefox": "npm run debug && jest --config=tests/browser/jest.config.firefox.js --runInBand",
    "test:inject": "node tests/inject/run.js",
    "test:inject:debug": "node tests/inject/run.js --debug",
    "test:utils": "jest --config=tests/utils/jest.config.js",
    "test:utils:debug": "node --inspect-brk ./node_modules/jest/bin/jest --config=tests/utils/jest.config.js --runInBand --no-cache --watch"
  },
  "main": "darkreader.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/chenshuai2144/darkreader.git"
  },
  "author": "Alexander Shutau <darkreaderapp@gmail.com> (https://darkreader.org/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chenshuai2144/darkreader/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"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "13.0.6",
    "@rollup/plugin-replace": "3.0.0",
    "@rollup/pluginutils": "4.1.1",
    "@types/chrome": "0.0.162",
    "@types/jasmine": "3.10.1",
    "@types/jest": "27.0.2",
    "@types/karma": "6.3.1",
    "@types/node": "16.11.6",
    "@types/offscreencanvas": "2019.6.4",
    "@typescript-eslint/eslint-plugin": "5.3.0",
    "@typescript-eslint/parser": "5.3.0",
    "chokidar": "3.5.2",
    "eslint": "8.1.0",
    "eslint-plugin-import": "2.25.2",
    "eslint-plugin-local": "1.0.0",
    "fs-extra": "10.0.0",
    "globby": "11.0.4",
    "jasmine-core": "3.10.1",
    "jest": "27.3.1",
    "karma": "6.3.7",
    "karma-chrome-launcher": "3.1.0",
    "karma-coverage": "2.0.3",
    "karma-firefox-launcher": "2.1.2",
    "karma-jasmine": "4.0.1",
    "karma-rollup-preprocessor": "7.0.7",
    "karma-safari-launcher": "1.0.0",
    "less": "4.1.2",
    "malevic": "0.18.6",
    "prettier": "2.4.1",
    "puppeteer-core": "10.4.0",
    "rollup": "2.59.0",
    "rollup-plugin-istanbul2": "2.0.2",
    "rollup-plugin-typescript2": "0.31.1",
    "ts-jest": "27.0.7",
    "ts-node": "10.4.0",
    "tsconfig-paths": "3.11.0",
    "tslib": "2.3.1",
    "typescript": "4.4.4",
    "web-ext": "6.5.0",
    "ws": "8.2.3",
    "yazl": "2.5.1"
  }
}
