Skip to main content
Module

x/graphql_ts/package.json

A reference implementation of GraphQL for JavaScript
Go to Latest
File
{ "name": "graphql", "version": "0.4.6", "description": "A Query Language and Runtime which can target any service.", "contributors": [ "Lee Byron <lee@leebyron.com> (http://leebyron.com/)", "Nicholas Schrock <schrockn@fb.com>", "Daniel Schafer <dschafer@fb.com>" ], "license": "BSD-3-Clause", "homepage": "https://github.com/graphql/graphql-js", "bugs": { "url": "https://github.com/graphql/graphql-js/issues" }, "repository": { "type": "git", "url": "http://github.com/graphql/graphql-js.git" }, "options": { "mocha": "--require resources/mocha-bootload src/**/__tests__/**/*.js" }, "babel": { "optional": [ "runtime", "es7.asyncFunctions" ] }, "scripts": { "test": "npm run lint && npm run check && npm run testonly", "testonly": "mocha $npm_package_options_mocha", "lint": "eslint src", "check": "flow check", "build": "babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/", "watch": "babel resources/watch.js | node", "cover": "babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha", "cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha", "preversion": ". ./resources/checkgit.sh && npm test", "prepublish": ". ./resources/prepublish.sh" }, "dependencies": { "babel-runtime": "^5.8.x" }, "devDependencies": { "babel": "5.8.21", "babel-core": "5.8.22", "babel-eslint": "4.0.10", "bluebird": "2.9.34", "chai": "3.2.0", "chai-subset": "1.0.1", "coveralls": "2.11.3", "eslint": "1.1.0", "eslint-plugin-babel": "^2.1.1", "flow-bin": "0.16.0", "isparta": "3.0.3", "minimist": "1.1.3", "mocha": "2.2.5", "sane": "1.1.3" }}