{
  "name": "@modus/gimbal-core",
  "version": "1.2.6",
  "description": "Core utilities for Modus Gimbal",
  "author": "Mitchell Simoens <mitchellsimoens@gmail.com>",
  "homepage": "https://github.com/ModusCreateOrg/gimbal#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ModusCreateOrg/gimbal.git"
  },
  "scripts": {
    "build": "ttsc -p .",
    "build:check": "ttsc --noEmit -p .",
    "build:watch": "ttsc --watch -p .",
    "lint": "eslint 'src/**/*.ts'",
    "prepublish": "yarn build",
    "test": "jest --coverage",
    "test:coveralls": "cat ./coverage/lcov.info | coveralls",
    "test:nocov": "jest"
  },
  "bugs": {
    "url": "https://github.com/ModusCreateOrg/gimbal/issues"
  },
  "dependencies": {
    "cli-table3": "0.5.1",
    "colors": "1.4.0",
    "commander": "3.0.1",
    "deepmerge": "4.0.0",
    "get-folder-size": "2.0.1",
    "get-port": "5.0.0",
    "globby": "10.0.1",
    "is-ci": "2.0.0",
    "minimatch": "3.0.4",
    "mkdirp": "0.5.1",
    "pidusage": "2.0.17",
    "spinnies": "0.5.0",
    "strip-ansi": "5.2.0"
  },
  "devDependencies": {
    "@types/get-folder-size": "2.0.0",
    "@types/globby": "9.1.0",
    "@types/is-ci": "2.0.0",
    "@types/minimatch": "3.0.3",
    "@types/mkdirp": "0.5.2",
    "@types/pidusage": "2.0.1"
  },
  "gitHead": "ddc9ed06d5c5a31721761050529d12c3f9c38aee"
}
