greed
Version:
graphql client
53 lines (52 loc) • 1.62 kB
JSON
{
"name": "greed",
"version": "0.2.1",
"description": "graphql client",
"main": "dist/greed.js",
"jsnext:main": "dist/greed.es.js",
"scripts": {
"clean": "rimraf dist",
"build:develop": "cross-env NODE_ENV=development rollup -c ./rollup.config.js",
"build:production": "cross-env NODE_ENV=production rollup -c ./rollup.config.js",
"build:publish": "npm run clean && npm run build:develop && npm run build:production",
"test": "BABEL_ENV=test && jest --no-cache",
"coverage": "jest && codecov",
"test:watch": "jest --converage --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperfuse/greed.git"
},
"keywords": [
"greed",
"graphql"
],
"author": "Kennet Postigo <kennetfpostigo@gmail.com> (http://kpostigo.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyperfuse/greed/issues"
},
"homepage": "https://github.com/hyperfuse/greed#readme",
"devDependencies": {
"babel-core": "6.18.2",
"babel-jest": "16.0.0",
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015-rollup": "1.2.0",
"babel-preset-stage-1": "6.16.0",
"babili": "0.0.8",
"codecov": "1.0.1",
"cross-env": "3.1.3",
"jest": "16.0.2",
"rimraf": "2.5.4",
"rollup": "0.36.3",
"rollup-plugin-async": "1.1.0",
"rollup-plugin-babel": "2.6.1",
"whatwg-fetch": "1.0.0"
},
"dependencies": {
"babel-runtime": "6.18.0"
}
}