|
| 1 | +{ |
| 2 | + "name": "graphql-compose-relay", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Plugin for `graphql-mongoose` which wraps graphql types with Relay specific logic.", |
| 5 | + "files": [ |
| 6 | + "es", |
| 7 | + "lib" |
| 8 | + ], |
| 9 | + "main": "lib/index.js", |
| 10 | + "jsnext:main": "es/index.js", |
| 11 | + "scripts": { |
| 12 | + "build": "npm run build-cjs && npm run build-es", |
| 13 | + "build-cjs": "rimraf lib && BABEL_ENV=cjs babel src -d lib", |
| 14 | + "build-es": "rimraf es && BABEL_ENV=es babel src -d es", |
| 15 | + "lint": "eslint src test *.js", |
| 16 | + "prepublish": "npm run build", |
| 17 | + "test": "npm run lint" |
| 18 | + }, |
| 19 | + "repository": { |
| 20 | + "type": "git", |
| 21 | + "url": "git+https://github.com/nodkz/graphql-compose-relay.git" |
| 22 | + }, |
| 23 | + "keywords": [ |
| 24 | + "graphql", |
| 25 | + "compose" |
| 26 | + ], |
| 27 | + "license": "MIT", |
| 28 | + "bugs": { |
| 29 | + "url": "https://github.com/nodkz/graphql-compose-relay/issues" |
| 30 | + }, |
| 31 | + "homepage": "https://github.com/nodkz/graphql-compose-relay", |
| 32 | + "dependencies": { |
| 33 | + "babel-runtime": "^6.6.1", |
| 34 | + "graphql": "^0.5.0" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "babel-cli": "^6.7.7", |
| 38 | + "babel-core": "^6.7.7", |
| 39 | + "babel-eslint": "^6.0.3", |
| 40 | + "babel-loader": "^6.2.4", |
| 41 | + "babel-plugin-add-module-exports": "^0.1.2", |
| 42 | + "babel-plugin-dev-expression": "^0.2.1", |
| 43 | + "babel-plugin-transform-runtime": "^6.7.5", |
| 44 | + "babel-polyfill": "^6.7.4", |
| 45 | + "babel-preset-es2015": "^6.6.0", |
| 46 | + "babel-preset-es2015-loose": "^7.0.0", |
| 47 | + "babel-preset-es2015-loose-native-modules": "^1.0.0", |
| 48 | + "babel-preset-stage-0": "^6.5.0", |
| 49 | + "babel-register": "^6.7.2", |
| 50 | + "babel-relay-plugin": "^0.8.0", |
| 51 | + "eslint": "^2.8.0", |
| 52 | + "eslint-config-airbnb": "^7.0.0", |
| 53 | + "eslint-plugin-jsx-a11y": "^0.6.2", |
| 54 | + "eslint-plugin-react": "^4.3.0", |
| 55 | + "rimraf": "^2.5.2" |
| 56 | + } |
| 57 | +} |
0 commit comments