UNPKG

babel-plugin-react-relay

Version:

Babel plugin for Relay (react-relay) with easy schema configuration in .babelrc

47 lines (46 loc) 1.18 kB
{ "name": "babel-plugin-react-relay", "version": "0.10.0", "description": "Babel plugin for Relay (react-relay) with easy schema configuration in .babelrc", "main": "lib/index.js", "files": [ "LICENSE", "README.md", "lib/" ], "scripts": { "prepublish": "npm run build", "build": "rm -rf lib && mkdir lib && babel src/index.js -o lib/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/graphcool/babel-plugin-react-relay.git" }, "keywords": [ "relay", "react", "react-relay", "graphql", "babel", "babelrc", "schema", "babel-plugin", "plugin" ], "author": "Johannes Schickling <johannes@graph.cool>", "license": "MIT", "bugs": { "url": "https://github.com/graphcool/babel-plugin-react-relay/issues" }, "homepage": "https://github.com/graphcool/babel-plugin-react-relay#readme", "devDependencies": { "babel-cli": "^6.16.0", "babel-preset-es2015": "^6.16.0" }, "dependencies": { "babel-relay-plugin": "^0.10.0", "deasync": "^0.1.7", "graphql-config-parser": "^1.2.0" } }