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 / babel-plugin-transform-optimize-graphql   js

Repository URL to install this package:

Version: 0.0.2 

/ package.json

{
  "name": "babel-plugin-transform-optimize-graphql",
  "version": "0.0.2",
  "description": "optimize the graphql queries that are output from graphql-tag (uses latest babel & graphql-tag)",
  "scripts": {
    "test": "make tests",
    "prepublish": "make publish"
  },
  "devDependencies": {
    "@types/node": "10.11.3",
    "@types/babel-core": "6.25.5",
    "@types/babel-traverse": "6.25.4",
    "@types/babel-types": "7.0.4",
    "@babel/core": "7.1.2",
    "typescript": "3.1.1",
    "tslint": "5.11.0",
    "@skava/tests": "^1.3.3",
    "@skava/tslint": "^1.3.1",
    "@types/jest": "latest"
  }
}