{
  "name": "@gztn/gztn-service",
  "version": "1.4.13",
  "main": "index.js",
  "homepage": "https://github.com/G-Global/gztn-service#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "npm run build && node dist/index.js",
    "start:dev": "nodemon",
    "build": "rm -rf ./dist && NODE_ENV=production tsc",
    "patch": "npm version patch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/G-Global/gztn-service.git"
  },
  "author": "rfcku",
  "license": "MIT",
  "dependencies": {
    "apollo-server-express": "^2.16.0",
    "axios": "^0.19.2",
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "http": "^0.0.1-security",
    "jsonwebtoken": "^8.5.1",
    "lodash": "^4.17.15",
    "magic-graphql": "^0.0.8",
    "moment": "^2.27.0",
    "mysql2": "^2.2.5",
    "nodemon": "^2.0.4",
    "graphql": "^15.3.0"
  },
  "devDependencies": {
    "@types/node": "^8.0.29",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.5"
  },
  "resolutions": {
    "magic-graphql/graphql": "^15.3.0"
  },
  "bugs": {
    "url": "https://github.com/G-Global/gztn-service/issues"
  },
  "directories": {
    "example": "example"
  },
  "description": ""
}
