{
  "name": "spyd",
  "version": "0.8.4",
  "type": "module",
  "exports": "./build/src/main.js",
  "main": "./build/src/main.js",
  "files": [
    "build/src/**/*.{js,json}",
    "!build/src/**/*.test.js",
    "!build/src/{helpers,fixtures}"
  ],
  "bin": {
    "spyd": "build/src/bin/main.js"
  },
  "scripts": {
    "test": "gulp test"
  },
  "description": "Complete yet simple benchmark runner",
  "keywords": [],
  "license": "MIT",
  "homepage": "https://www.github.com/ehmicky/spyd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmicky/spyd.git"
  },
  "bugs": {
    "url": "https://github.com/ehmicky/spyd/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "doc": "docs",
    "lib": "src"
  },
  "dependencies": {
    "@inquirer/confirm": "^5.1.8",
    "ajv": "^8.17.1",
    "ajv-errors": "^3.0.0",
    "ajv-formats": "^3.0.1",
    "ajv-keywords": "^5.1.0",
    "bytes": "^3.1.2",
    "cli-cursor": "^5.0.0",
    "color-convert": "^3.0.1",
    "colors-option": "^6.0.1",
    "decamelize": "^6.0.0",
    "declarative-merge": "^4.0.1",
    "delay": "^6.0.0",
    "detect-newline": "^4.0.1",
    "env-ci": "^11.1.0",
    "execa": "^9.5.2",
    "fast-glob": "^3.3.3",
    "filter-obj": "^6.1.0",
    "find-up": "^7.0.0",
    "got": "^13.0.0",
    "indent-string": "^5.0.0",
    "is-interactive": "^2.0.0",
    "is-json-value": "^3.0.1",
    "is-plain-obj": "^4.1.0",
    "is-unicode-supported": "^2.1.0",
    "js-yaml": "^4.0.0",
    "json-ptr": "^3.1.1",
    "junk": "^4.0.1",
    "map-obj": "^5.0.2",
    "modern-errors": "^7.1.2",
    "modern-errors-bugs": "^5.0.1",
    "modern-errors-clean": "^6.0.1",
    "modern-errors-cli": "^5.1.0",
    "modern-errors-serialize": "^6.1.1",
    "modern-errors-switch": "^4.1.0",
    "normalize-exception": "^4.0.1",
    "nvexeca": "^11.0.4",
    "os-name": "^6.0.0",
    "p-locate": "^6.0.0",
    "p-map": "^7.0.3",
    "p-map-series": "^3.0.0",
    "p-props": "^6.0.0",
    "path-exists": "^5.0.0",
    "path-type": "^6.0.0",
    "precise-now": "^3.0.1",
    "read-package-up": "^11.0.0",
    "semver": "^7.7.1",
    "set-array": "^5.0.1",
    "sort-on": "^6.1.0",
    "string-width": "^7.2.0",
    "strip-final-newline": "^4.0.0",
    "time-resolution": "^3.0.1",
    "tmp-promise": "^3.0.2",
    "update-notifier": "^7.3.1",
    "uuid": "^11.1.0",
    "wild-wild-parser": "^5.0.1",
    "wild-wild-path": "^5.0.1",
    "wild-wild-utils": "^6.0.1",
    "wrap-ansi": "^9.0.0",
    "write-file-atomic": "^6.0.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^3.0.34",
    "@ehmicky/eslint-config": "^20.0.32",
    "@ehmicky/prettier-config": "^1.0.6"
  },
  "engines": {
    "node": ">=18.18.0"
  }
}
