{
  "name": "@{{organization}}/{{name}}",
  "version": "1.0.0",
  "description": "NodeJS Internal Service",
  "author": "Desmond G. Jones <desmondpnw3dev",
  "homepage": "",
  "license": "UNLICENSED",
  "main": "dist/index.js",
  "directories": {
    "src": "src"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.com"
  },
  "scripts": {
    "docker:test": "make test",
    "docker:tdd": "make tdd",
    "docker:build": "make build",
    "test": "rm -rf ./logs && jest --detectOpenHandles --verbose --colors --forceExit --runInBand",
    "test:dev": "jest --watchAll",
    "test:ci": "make ci",
    "lint": "tslint --project tsconfig.json",
    "build": "tsc",
    "tsc": "npm run build"
  },
  "dependencies": {
    "bunyan": "^1.8.14",
    "colors": "^1.4.0",
    "dotenv": "^8.2.0",
    "firebase-admin": "^9.0.0"
  },
  "devDependencies": {
    "@types/bunyan": "^1.8.6",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.27",
    "@types/node-fetch": "^2.5.7",
    "@types/supertest": "^2.0.10",
    "casual": "^1.6.2",
    "eslint": "^7.6.0",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-watch": "^7.0.0",
    "firebase-mock": "^2.3.2",
    "jest": "^26.2.2",
    "supertest": "^4.0.2",
    "ts-jest": "^26.1.4",
    "ts-node": "^8.10.2",
    "ts-node-dev": "^1.0.0-pre.56",
    "tslint": "^6.1.3",
    "typescript": "^3.9.7"
  }
}
