{
  "name": "sails-tests-harness",
  "version": "0.2.0",
  "description": "Initialize an opinionated Mocha Framework Tests harness including a SailsJs unit-test file generator. Module uses a in-memory MongoDB to make sure tests are extremely fast.",
  "main": "index.js",
  "keywords": [
    "generator",
    "sails",
    "generate",
    "tests",
    "mocha",
    "plugin"
  ],
  "author": {
    "name": "Emmanuel Mahuni",
    "email": "emahuni@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/emahuni/sails-tests-harness"
  },
  "license": "MIT",
  "dependencies": {
    "barrels": "^1.6.5",
    "chai": "^4.2.0",
    "chai-factories": "^0.1.0",
    "chai-match-pattern": "^1.1.0",
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "contrace": "^0.7.3",
    "directory-tree": "^2.2.3",
    "dirty-chai": "^2.0.1",
    "enquirer": "^2.3.0",
    "faker": "^4.1.0",
    "fs-extra": "^8.0.1",
    "inflection": "*",
    "lodash": "^4.17.11",
    "merge-defaults": "*",
    "mocha": "^6.1.4",
    "mongodb-memory-server-global": "^5.1.1",
    "portfinder": "^1.0.20",
    "sinon": "^7.3.2",
    "sinon-chai": "^3.3.0",
    "supertest": "^4.0.2",
    "supertest-session": "^4.0.0",
    "tre": "^1.0.5"
  },
  "devDependencies": {
    "reportback": "*",
    "sails": "^1.2.1",
    "sails-generate": "*"
  },
  "sailsGenerator": {
    "type": "test",
    "behavior": "Generates unit and integration tests",
    "sailsVersion": "^1"
  },
  "scripts": {
    "test": "make MOCHA_OPTS='-C -R dot' test"
  }
}
