Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/graphql-toolset / package.json
Size: Mime:
{
  "name": "@skava/graphql-toolset",
  "version": "0.0.4",
  "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",
  "scripts": {
    "prepublishOnly": "make publish",
    "test": "make snapshot"
  },
  "devDependencies": {
    "@skava/dev": "^1.0.5",
    "@skava/prod": "^1.0.5",
    "@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"
  }
}