Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/graphql-toolset   js

Repository URL to install this package:

Version: 0.0.6 

/ package.json

{
  "name": "@skava/graphql-toolset",
  "version": "0.0.6",
  "description": "skava's graphql toolset for creating modules, tests, server helpers, mocking requests & responses, attempting calls, cookie & session stubs",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "typings.d.ts",
    "src",
    "package.json"
  ],
  "scripts": {
    "prepublishOnly": "make publish",
    "test": "make snapshot"
  },
  "devDependencies": {
    "exotic": "*",
    "@skava/cookies": "*",
    "@skava/request": "*",
    "@skava/tests": "4.0.0",

    "@skava/tslint": "^2.0.0",

    "reflect-metadata": "0.1.12",
    "graphql": "14.0.2",
    "graphql-tools": "4.0.3",
    "apollo-server": "2.3.1",
    "@types/graphql": "14.0.3",
    "express": "4.16.4",
    "@types/express": "4.16.0",
    "apollo-server-core": "2.3.1",
    "typescript": "3.2.2",
    "@graphql-modules/core": "0.2.18",
    "@graphql-modules/epoxy": "0.2.18",
    "@graphql-modules/sonar": "0.2.18",
    "@graphql-modules/di": "0.2.18",
    "@graphql-modules/utils": "0.2.18"
  }
}