{
  "name": "approvals",
  "description": "Approval Tests Library - Capturing Human Intelligence",
  "version": "7.2.3",
  "homepage": "http://approvaltests.com",
  "author": {
    "name": "Jason Jarrett",
    "url": "http://staxmanade.com"
  },
  "contributors": [
    {
      "name": "Llewellyn Falco"
    },
    {
      "name": "Jason Jarrett (http://staxmanade.com)"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/approvals/Approvals.NodeJS.git"
  },
  "bugs": {
    "url": "https://github.com/approvals/Approvals.NodeJS/issues"
  },
  "license": "Apache-2.0",
  "main": "lib/Approvals",
  "bin": {
    "approvals": "./bin/index.js"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "gulp && jest",
    "test2": "npm run mocha && npm run lint",
    "lint": "eslint './lib/**/*.js' './test/**/*.js'",
    "release": "np",
    "mocha": "mocha 'test/**/*[Tt]ests.js'",
    "coverage": "nyc npm run mocha"
  },
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "axios": "^1.7.9",
    "callsite": "^1.0.0",
    "diff": "^7.0.0",
    "event-stream": "^4.0.1",
    "file-type": "^12.4.2",
    "glob": "^11.0.0",
    "jest": "^29.1.2",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "marked": "^15.0.6",
    "marked-terminal": "^7.0.0",
    "minimist": "^1.2.8",
    "mkdirp": "^3.0.1",
    "shelljs": "^0.9.1",
    "temp": "^0.9.4",
    "ts-jest": "^29.0.3"
  },
  "devDependencies": {
    "@types/chai": "^5.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.0.0",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.17.0",
    "chai": "^5.1.2",
    "eslint": "^9.16.0",
    "eslint-plugin-promise": "^7.2.1",
    "gulp": "^5.0.0",
    "gulp-eslint": "^6.0.0",
    "gulp-istanbul": "^1.1.3",
    "gulp-load-plugins": "^2.0.7",
    "gulp-mocha": "^10.0.1",
    "gulp-watch": "^5.0.1",
    "jest-junit": "^16.0.0",
    "jsdoc-to-markdown": "^9.1.1",
    "mocha": "^11.0.1",
    "mocha-junit-reporter": "^2.2.1",
    "mocha-multi-reporters": "^1.5.1",
    "np": "^10.0.2",
    "nyc": "^17.0.0",
    "pre-commit": "^1.2.2",
    "prettier": "^3.4.2",
    "sinon": "^20.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.7.2"
  },
  "keywords": [
    "Approve",
    "Approvals",
    "ApprovalTests",
    "Approval Tests",
    "Mocha",
    "Test",
    "Testing",
    "Verification",
    "Verify"
  ]
}
