Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/apollo-tracing/
Upload File :
Current File : //etc/kibana/node_modules/apollo-tracing/package.json

{
  "name": "apollo-tracing",
  "version": "0.1.4",
  "description": "Collect and expose trace data for GraphQL requests",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "clean": "rm -rf lib",
    "compile": "tsc",
    "watch": "tsc -w",
    "prepare": "npm run clean && npm run compile",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "MIT",
  "repository": "apollographql/apollo-tracing-js",
  "author": "Martijn Walraven <martijn@martijnwalraven.com>",
  "engines": {
    "node": ">=4.0"
  },
  "peerDependencies": {
    "graphql": "0.10.x - 0.13.x"
  },
  "devDependencies": {
    "@types/graphql": "^0.12.6",
    "@types/jest": "^22.2.2",
    "@types/node": "^9.6.0",
    "jest": "^22.4.3",
    "jest-matcher-utils": "^22.4.3",
    "ts-jest": "^22.4.2",
    "typescript": "^2.7.2"
  },
  "dependencies": {
    "graphql-extensions": "~0.0.9"
  }
}