{
  "name": "jasmine-spec-builder",
  "version": "1.0.9",
  "description": "A command line tool to build and update jasmine spec files",
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wkimak/jasmine-spec-builder.git"
  },
  "author": "William Kimak <wkimak94@gmail.com>",
  "license": "MIT",
  "keywords": [
    "jasmine",
    "unit test generator",
    "testing",
    "spec build",
    "spec update",
    "angular",
    "cli",
    "command line tool"
  ],
  "bugs": {
    "url": "https://github.com/wkimak/jasmine-spec-builder/issues"
  },
  "homepage": "https://github.com/wkimak/jasmine-spec-builder",
  "bin": {
    "jsb": "dist/src/index.js"
  },
  "dependencies": {
    "core-js": "^3.6.5",
    "esformatter": "^0.11.3",
    "prettier": "^1.19.1",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@types/core-js": "^2.5.3",
    "@types/node": "^13.13.5",
    "typescript": "^3.8.3"
  }
}
