{
  "name": "graphql-seed-faker",
  "version": "1.13.2",
  "description": "Mock or extend your GraphQL API with faked data. No coding required",
  "main": "dist/index.js",
  "bin": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon -e ts --exec 'ts-node src/index.ts'",
    "debug": "ts-node --inspect --compilerOptions '{\"inlineSources\":true}' src/index.ts",
    "build:editor": "cd src/editor && yarn && npm run build && cd -",
    "build:typescript": "tsc",
    "copy:graphql": "cp src/*.graphql dist/",
    "copy:editor": "mkdir -p dist/editor && cp src/editor/*.{html,js,css,svg} dist/editor",
    "build:all": "npm run build:editor && npm run build:typescript && npm run copy:graphql && npm run copy:editor"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ianva/graphql-faker.git"
  },
  "author": "ianva <ianva7@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/APIs-guru/graphql-faker/issues"
  },
  "homepage": "https://github.com/ianva/graphql-faker#readme",
  "devDependencies": {
    "@types/body-parser": "1.17.0",
    "@types/cors": "2.8.5",
    "@types/express": "4.16.1",
    "@types/express-graphql": "0.6.1",
    "@types/faker": "4.1.5",
    "@types/graphql": "0.11.4",
    "@types/lodash": "4.14.130",
    "@types/yargs": "13.0.0",
    "nodemon": "1.19.0",
    "ts-node": "8.1.0",
    "typescript": "3.4.5"
  },
  "dependencies": {
    "body-parser": "1.19.0",
    "chalk": "2.4.2",
    "cors": "2.8.5",
    "express": "4.17.0",
    "express-graphql": "0.9.0",
    "faker": "4.1.0",
    "graphql": "14.5.8",
    "lodash": "4.17.11",
    "moment": "2.24.0",
    "node-fetch": "2.6.0",
    "open": "6.3.0",
    "yargs": "13.2.4"
  }
}
