{
  "name": "testem",
  "description": "Test'em 'scripts! Javascript Unit testing made easy.",
  "keywords": [
    "javascript",
    "testing",
    "unittest",
    "browser"
  ],
  "version": "3.20.0",
  "author": "Toby Ho <airportyh@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/testem/testem.git"
  },
  "bugs": {
    "url": "http://github.com/testem/testem/issues"
  },
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "@xmldom/xmldom": "^0.9.9",
    "backbone": "^1.6.1",
    "charm": "^1.0.2",
    "chokidar": "^5.0.0",
    "commander": "^14.0.3",
    "compression": "^1.8.1",
    "consolidate": "^1.0.4",
    "execa": "^9.6.1",
    "express": "^5.2.1",
    "glob": "^13.0.6",
    "http-proxy": "^1.18.1",
    "js-yaml": "^4.1.1",
    "lodash": "^4.18.1",
    "minimatch": "^10.2.5",
    "mkdirp": "^3.0.1",
    "mustache": "^4.2.0",
    "node-notifier": "^10.0.1",
    "printf": "^0.6.1",
    "proc-log": "^6.1.0",
    "rimraf": "^6.1.3",
    "socket.io": "^4.8.3",
    "spawn-args": "^0.2.0",
    "styled_string": "0.0.1",
    "tap-parser": "^18.3.0"
  },
  "files": [
    "lib",
    "public",
    "README.md",
    "testem.js",
    "assets",
    "package.json",
    "views"
  ],
  "scripts": {
    "install:all": "npm install && npm install phantomjs-prebuilt",
    "test": "mocha tests/*_tests.js tests/**/*_tests.js",
    "test:verbose": "TESTEM_VERBOSE=1 mocha tests/*_tests.js tests/**/*_tests.js",
    "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/**/*_tests.js; cover report html; open cover_html/index.html",
    "integration": "node ./bin/run-integration.js",
    "ci:safari-smoke": "node ./scripts/safari-ci-smoke.js",
    "browser-tests": "cd examples/saucelabs/ && ../../testem.js ci -d",
    "lint": "eslint ."
  },
  "devDependencies": {
    "@cypress/request": "^3.0.10",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "chai": "^6.2.2",
    "chai-files": "^1.4.0",
    "chai-shallow-deep-equal": "^1.4.6",
    "cheerio": "^1.2.0",
    "dirty-chai": "^3.0.0",
    "esbuild": "^0.27.4",
    "esbuild-plugins-node-modules-polyfill": "^1.8.1",
    "eslint": "^10.2.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-chai-expect": "^4.0.0",
    "eslint-plugin-mocha": "^11.2.0",
    "fresh-tape": "^5.9.1",
    "mocha": "^11.7.5",
    "saucie": "^4.0.1",
    "sinon": "^21.0.3",
    "sinon-chai": "^4.0.1",
    "socket.io-client": "^4.8.3"
  },
  "overrides": {
    "mocha": {
      "diff": "^8.0.3",
      "minimatch": "^9.0.7",
      "serialize-javascript": "^7.0.5"
    }
  },
  "bin": {
    "testem": "./testem.js"
  },
  "main": "./lib/api.js"
}
