developer239/node-type-orm-graphql

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-type-orm-graphql",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "npm run build:js",
    "build:types": "tsc --emitDeclarationOnly --noEmit false -d",
    "build:js": "babel src --out-dir lib --extensions '.ts' --source-maps inline",
    "watch": "nodemon",
    "format": "prettier --write '*/**/*.{ts,md,json}'",
    "lint:ts": "eslint 'src/**/*.ts'",
    "test": "jest -i",
    "test:coverage": "jest -i --coverage",
    "typeorm": "yarn build:js && ts-node -r tsconfig-paths/register ./node_modules/.bin/typeorm",
    "typeorm:migration:generate": "npm run typeorm -- migration:generate",
    "typeorm:migration:run": "npm run typeorm -- migration:run",
    "typeorm:migration:revert": "npm run typeorm -- migration:revert",
    "heroku-postbuild": "npm run build:js && npm run typeorm:migration:run",
    "prod": "node lib"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/node": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-decorators": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-typescript": "^7.3.3",
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@strv/eslint-config-node": "^2.0.0",
    "@strv/eslint-config-typescript": "^2.0.0",
    "@types/bcryptjs": "^2.4.2",
    "@types/body-parser": "^1.17.0",
    "@types/boom": "^7.2.1",
    "@types/cors": "^2.8.5",
    "@types/dotenv": "^6.1.1",
    "@types/express": "^4.17.0",
    "@types/faker": "^4.1.5",
    "@types/graphql": "^14.2.3",
    "@types/jest": "^24.0.16",
    "@types/jsonwebtoken": "^8.3.2",
    "@types/luxon": "^1.15.2",
    "@types/nodemailer": "^6.2.1",
    "@types/pg-connection-string": "^2.0.0",
    "@types/pluralize": "^0.0.29",
    "@types/ramda": "^0.26.18",
    "@types/type-is": "^1.6.2",
    "@types/uuid": "^3.4.5",
    "@typescript-eslint/parser": "^1.13.0",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-plugin-transform-typescript-metadata": "^0.2.2",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-import-resolver-typescript": "^1.1.1",
    "eslint-plugin-typescript": "^0.14.0",
    "husky": "^3.0.1",
    "jest": "^24.8.0",
    "jest-extended": "^0.11.2",
    "lint-staged": "^9.2.1",
    "nodemon": "^1.19.1",
    "prettier": "^1.18.2",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "type-graphql": "^0.17.4",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "apollo-server-express": "^2.7.1",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.19.0",
    "boom": "^7.3.0",
    "class-validator": "^0.9.1",
    "cors": "^2.8.5",
    "dataloader": "^1.4.0",
    "dotenv": "^8.0.0",
    "express": "^4.17.1",
    "faker": "^4.1.0",
    "graphql": "^14.4.2",
    "graphql-query-complexity": "^0.3.0",
    "jsonwebtoken": "^8.5.1",
    "luxon": "^1.17.2",
    "mysql": "^2.17.1",
    "nodemailer": "^6.3.0",
    "pg": "^7.11.0",
    "pg-connection-string": "^2.1.0",
    "pluralize": "^8.0.0",
    "ramda": "^0.26.1",
    "reflect-metadata": "^0.1.13",
    "slugify": "^1.3.4",
    "typeorm": "^0.2.18",
    "uuid": "^3.3.2"
  },
  "keywords": [
    "new",
    "latest",
    "typeorm",
    "type-orm",
    "typegraphql",
    "type-graphql",
    "dataloader",
    "graphql",
    "typescript",
    "jtw",
    "recursive",
    "express",
    "nodemailer",
    "luxon",
    "ramda",
    "jest",
    "husky",
    "prettier",
    "eslint",
    "commitlint",
    "nodemon",
    "orm",
    "babel",
    "node"
  ]
}