{
  "name": "savor",
  "version": "1.3.0",
  "description": "Make your Node Typescript unit testing a piece a cake.",
  "scripts": {
    "build": "bin/cli.js build",
    "test": "bin/cli.js test",
    "cov": "bin/cli.js cov",
    "viewcov": "bin/cli.js viewcov"
  },
  "bin": {
    "savor": "bin/cli.js"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*",
    "bin/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fluidtrends/savor.git"
  },
  "author": "I. Dan Calinescu <idancalinescu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fluidtrends/savor/issues"
  },
  "keywords": [
    "bdd",
    "fluidtrends",
    "tdd",
    "mocha",
    "unit-testing",
    "testing",
    "qa",
    "test",
    "coverage"
  ],
  "homepage": "https://github.com/fluidtrends/savor",
  "dependencies": {
    "@types/chai": "^4.2.11",
    "@types/chai-as-promised": "^7.1.2",
    "@types/fs-extra": "^8.1.0",
    "@types/mocha": "^7.0.2",
    "@types/node": "^13.13.5",
    "@types/sinon": "^9.0.0",
    "@types/tmp": "^0.2.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "cross-env": "^7.0.2",
    "fs-extra": "^0.30.0",
    "mocha": "^4.0.1",
    "mocha-lcov-reporter": "^1.2.0",
    "nyc": "^15.0.0",
    "sinon": "^8.1.1",
    "tmp": "0.0.28",
    "ts-node": "^8.10.1",
    "typescript": "^3.9.3"
  }
}
