{
  "name": "skitch-utils",
  "version": "0.18.11",
  "description": "",
  "author": "pyramation@gmail.com",
  "license": "MIT",
  "main": "./build/index.js",
  "types": "./build/types/index.d.ts",
  "scripts": {
    "build": "rm -rf ./build && tsc",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@types/jest": "21.1.0",
    "@types/node": "8.0.0",
    "dotenv": "5.0.1",
    "jest": "22.4.0",
    "ts-jest": "21.0.0",
    "ts-node": "5.0.0",
    "tslint": "5.4.3",
    "typescript": "2.7.1"
  },
  "dependencies": {
    "fuzzy": "0.1.3",
    "glob": "7.1.2",
    "mkdirp": "^0.5.1",
    "node-walkup": "^1.1.1",
    "pg": "^7.4.3",
    "pgsql-parser": "0.6.11",
    "rimraf": "^2.6.2",
    "semver": "^5.5.1",
    "shelljs": "^0.8.2",
    "skitch-env": "^0.18.3",
    "skitch-ext-defaults": "0.0.1",
    "skitch-ext-utilities": "0.0.1",
    "skitch-ext-verify": "0.0.1",
    "skitch-template": "^0.18.3",
    "skitch-transform": "^0.18.11"
  },
  "jest": {
    "testURL": "http://localhost/",
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 95,
        "lines": 95,
        "statements": 95
      }
    }
  },
  "gitHead": "c9da8b010f32066878aa30014e54885d1c70551c"
}
