{
  "name": "@gapi/starter-advanced",
  "version": "1.6.11",
  "description": " ",
  "main": "index.js",
  "scripts": {
    "postpublish": "git push -f ssh://git@gitlab.youvolio.com:522/gapi/gapi-starter-postgres-sequelize.git && git push --tags && git push ssh://git@gitlab.youvolio.com:522/gapi/gapi-starter-postgres-sequelize.git --tags",
    "start": "gapi start --local --lint",
    "start:prod": "gapi start --prod",
    "stop:prod": "gapi stop --prod",
    "start:docker": "gapi app start",
    "stop:docker": "gapi app stop",
    "build:docker": "gapi app build",
    "start:workers": "gapi workers start",
    "stop:workers": "gapi workers stop ",
    "pretest": "npm run lint",
    "lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
    "test": "gapi test --before",
    "test-watch": "gapi test --before && gapi test --watch"
  },
  "author": "Kristiyan Tachev",
  "license": "MIT",
  "dependencies": {
    "@gapi/auth": "^1.6.10",
    "@gapi/core": "^1.6.10",
    "@gapi/sequelize": "^1.6.10",
    "pg": "^6.4.2"
  },
  "devDependencies": {
    "@types/jest": "^22.2.0",
    "graphql-tester": "0.0.5",
    "jest": "^22.4.2",
    "pm2-docker": "^2.1.0",
    "typescript": "3.0.1",
    "jest-cli": "^22.4.2",
    "ts-jest": "^22.4.1",
    "ts-lint": "^4.5.1"
  },
  "nodemonConfig": {
    "ignore": [
      "./src/**/*.spec.ts"
    ],
    "verbose": true,
    "exec": "ts-node ./src/main.ts",
    "watch": [
      "./src/**/*.ts"
    ],
    "events": {
      "restart": "sleep 5 && gapi schema introspect"
    },
    "ext": "ts"
  },
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "coverageReporters": [
      "lcov",
      "html"
    ],
    "rootDir": "./",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "node"
    ],
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/src/.*\\.spec.(ts|tsx|js)$",
    "verbose": true,
    "collectCoverage": true
  }
}
