{
  "name": "@pie-api-gcp/shared",
  "version": "1.3.5",
  "description": "Shared package for PIE-API",
  "main": "./index.js",
  "typings": "./index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -w -p tsconfig.json",
    "lint": "tslint -p tsconfig.json --fix",
    "test": "jest --passWithNoTests",
    "typecheck": "tsc --emitDeclarationOnly"
  },
  "dependencies": {
    "aigle": "^1.14.1",
    "data-uri-regex": "^0.1.4",
    "debug": "^4.1.1",
    "graphql-iso-date": "^3.6.1",
    "lodash": "^4.17.15",
    "make-error": "^1.3.5",
    "string-hash": "^1.1.3",
    "url-regex": "^5.0.0",
    "uuid": "^7.0.3",
    "winston": "^3.2.1",
    "yn": "^4.0.0"
  },
  "devDependencies": {
    "@types/debug": "4.1.5",
    "@types/graphql-iso-date": "^3.3.3",
    "@types/jest": "^25.2.1",
    "@types/lodash": "^4.14.150",
    "@types/string-hash": "^1.1.1",
    "@types/uuid": "^7.0.3",
    "jest": "^25.4.0",
    "ts-jest": "^25.4.0",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">=10"
  },
  "gitHead": "23d2a1a6bc5fdf5d1b07156e5a4adffc4b87eff8"
}
