{
  "name": "@absolunet/tester",
  "version": "4.2.0",
  "description": "Test suite for Node.js projects",
  "definition": "",
  "homepage": "https://documentation.absolunet.com/node-tester",
  "author": {
    "name": "Absolunet",
    "url": "https://absolunet.com"
  },
  "keywords": [
    "eclint",
    "editorconfig",
    "eslint",
    "jest",
    "json",
    "keepachangelog",
    "lint",
    "linter",
    "stylelint",
    "yaml"
  ],
  "license": "MIT",
  "repository": {
    "url": "git://github.com/absolunet/node-tester.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/absolunet/node-tester/issues"
  },
  "engines": {
    "node": ">= 10"
  },
  "main": "dist/node",
  "scripts": {
    "manager:install": "node manager --task=install",
    "manager:outdated": "node manager --task=outdated",
    "manager:build": "node manager --task=build",
    "manager:watch": "node manager --task=watch",
    "manager:documentation": "node manager --task=documentation",
    "manager:prepare": "node manager --task=prepare",
    "manager:rebuild": "node manager --task=rebuild",
    "manager:publish": "node manager --task=publish",
    "manager:publish:unsafe": "node manager --task=publish:unsafe",
    "test": "node test --scope=all",
    "test:standards": "node test --scope=standards",
    "test:unit": "node test --scope=unit",
    "test:feature": "node test --scope=feature",
    "test:integration": "node test --scope=integration",
    "test:endtoend": "node test --scope=endtoend"
  },
  "devDependencies": {
    "@absolunet/manager": "2.1.0",
    "@absolunet/tester": "4.2.0",
    "lts-schedule": "2.2.0"
  },
  "dependencies": {
    "@absolunet/eslint-config-browser": "2.2.0",
    "@absolunet/eslint-config-core": "2.2.0",
    "@absolunet/eslint-config-jsdoc": "2.2.0",
    "@absolunet/eslint-config-json": "2.2.0",
    "@absolunet/eslint-config-node": "2.2.0",
    "@absolunet/eslint-config-node-package": "2.2.0",
    "@absolunet/eslint-config-nwayo": "2.2.0",
    "@absolunet/eslint-config-package": "2.2.0",
    "@absolunet/eslint-config-react": "2.2.0",
    "@absolunet/eslint-config-test": "2.2.0",
    "@absolunet/fss": "^1.7.0",
    "@absolunet/joi": "^0.3.0",
    "@absolunet/terminal": "^3.1.0",
    "@babel/core": "^7.13.1",
    "@babel/preset-env": "^7.13.5",
    "babel-jest": "^26.6.3",
    "chalk": "^4.1.0",
    "create-jest-runner": "^0.7.0",
    "deepmerge": "^4.2.2",
    "eclint": "^2.8.1",
    "esprima": "^4.0.1",
    "gulp-reporter": "^2.10.0",
    "jest": "^26.6.3",
    "jest-expect-message": "^1.0.2",
    "jest-extended": "^0.11.5",
    "marked": "^2.0.0",
    "minimist": "^1.2.5",
    "object.fromentries": "^2.0.4",
    "pkg-dir": "^5.0.0",
    "read-package-json": "^3.0.1",
    "semver": "^7.3.4",
    "spdx-license-ids": "^3.0.7",
    "string.prototype.matchall": "^4.0.4",
    "vinyl-fs": "^3.0.3",
    "yaml-lint": "^1.2.4"
  }
}
