{
  "name": "@accordproject/ergo-test",
  "version": "0.24.0",
  "description": "Ergo Test",
  "repository": {
    "type": "git",
    "url": "https://github.com/accordproject/ergo",
    "directory": "packages/ergo-test"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "main": "index.js",
  "scripts": {
    "pretest": "npm run lint",
    "lint": "eslint .",
    "postlint": "npm run licchk",
    "licchk": "license-check",
    "test:cucumber": "cucumber-js test/features --require lib/steps.js --world-parameters \"{\\\"rootdir\\\":\\\"./test\\\"}\"",
    "test:mocha": "mocha",
    "test": "npm run test:mocha && npm run test:cucumber",
    "test:cov": "nyc npm run test"
  },
  "contributors": [
    {
      "name": "Jerome Simeon",
      "email": "jerome@clause.io"
    }
  ],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@accordproject/ergo-compiler": "0.24.0",
    "@accordproject/ergo-engine": "0.24.0",
    "chai": "4.3.6",
    "chai-as-promised": "7.1.1",
    "chai-things": "0.2.0",
    "cucumber": "5.1.0"
  },
  "devDependencies": {
    "eslint": "8.2.0",
    "jsdoc": "^3.6.10",
    "license-check": "1.1.5",
    "mocha": "8.3.2",
    "nyc": "15.1.0"
  },
  "license-check-config": {
    "src": [
      "**/*.js",
      "!./test/data/**/*",
      "!./coverage/**/*",
      "!./node_modules/**/*",
      "!./out/**/*"
    ],
    "path": "header.txt",
    "blocking": true,
    "logInfo": false,
    "logError": true
  },
  "nyc": {
    "produce-source-map": "true",
    "sourceMap": "inline",
    "reporter": [
      "lcov",
      "text-summary",
      "html",
      "json"
    ],
    "include": [
      "lib/**/*.js"
    ],
    "exclude": [],
    "all": true,
    "check-coverage": true,
    "statements": 100,
    "branches": 100,
    "functions": 100,
    "lines": 100
  },
  "gitHead": "bf65386e8590dff56f8b9bc0bb657263ff049437"
}
