UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

90 lines (89 loc) 3.13 kB
{ "name": "@jumpn/utils-graphql", "version": "0.5.3", "description": "GraphQL utilities", "module": "dist/index.js", "main": "compat/cjs/index.js", "react-native": "src/index.js", "scripts": { "flow-copy-source": "flow-copy-source -v src", "build:clean": "rm -rfv dist compat", "build:flow": "yarn run flow-copy-source dist && yarn run flow-copy-source compat/cjs", "build:index": "create-index --banner '// @flow' src/ && sed -f indexIgnore.sed -i src/index.js && yarn run lint:fix src/index.js", "build:readme": "pkg-to-readme --template ./readmeTemplate.ejs --force && documentation readme src/** --section API && doctoc README.md", "build:src": "rollup -c", "build": "yarn run build:clean && yarn run build:index && yarn run run build:src && yarn run build:flow && yarn run build:readme", "lint": "eslint --rule 'flowtype-errors/show-errors: error'", "lint:fix": "yarn run lint -- --fix", "npm:publish": "np", "precommit": "lint-staged", "commit": "commit", "commitmsg": "commitlint -e", "version": "yarn run build:index && yarn run build:readme && git add README.md src/index.js", "prepublishOnly": "yarn run build:clean && yarn run build:src && yarn run build:flow" }, "lint-staged": { "*.js": [ "yarn run lint:fix", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/jumpn/utils-graphql.git" }, "author": "Mauro Titimoli <mauro@jumpn.com> (https://github.com/mgtitimoli)", "license": "MIT", "bugs": { "url": "https://github.com/jumpn/utils-graphql/issues" }, "homepage": "https://github.com/jumpn/utils-graphql#readme", "keywords": [ "flow", "graphql", "utilities", "utils" ], "dependencies": { "babel-runtime": "6.26.0", "graphql": "0.11.7" }, "devDependencies": { "@commitlint/cli": "4.2.1", "@commitlint/config-angular": "4.2.1", "@commitlint/prompt-cli": "4.2.1", "babel-cli": "6.26.0", "babel-core": "6.26.0", "babel-eslint": "8.0.1", "babel-plugin-transform-runtime": "6.23.0", "babel-preset-env": "1.6.1", "babel-preset-flow": "6.23.0", "babel-preset-stage-0": "6.24.1", "create-index": "2.2.0", "doctoc": "1.3.0", "documentation": "5.3.3", "eslint": "4.9.0", "eslint-config-airbnb-base": "12.1.0", "eslint-config-prettier": "2.6.0", "eslint-plugin-flowtype": "2.39.1", "eslint-plugin-flowtype-errors": "3.3.4", "eslint-plugin-import": "2.8.0", "eslint-plugin-prettier": "2.3.1", "flow-bin": "0.57.3", "flow-copy-source": "1.2.1", "flow-typed": "2.2.0", "husky": "0.14.3", "lint-staged": "4.3.0", "np": "2.16.0", "pascal-case": "2.0.1", "pkg-to-readme": "1.1.0", "prettier": "1.7.4", "rollup": "0.50.0", "rollup-plugin-babel": "3.0.2", "rollup-plugin-commonjs": "8.2.4", "rollup-plugin-node-resolve": "3.0.0" } ,"_resolved": "https://registry.npmjs.org/@jumpn/utils-graphql/-/utils-graphql-0.5.3.tgz" ,"_integrity": "sha1-p7QbC+w02NwYc5gb4KcYGQZz9DA=" ,"_from": "@jumpn/utils-graphql@0.5.3" }