|
| 1 | +{ |
| 2 | + "name": "graphql-compose-elasticsearch", |
| 3 | + "version": "0.0.0-semantically-released", |
| 4 | + "description": "Elastic search via GraphQL", |
| 5 | + "files": [ |
| 6 | + "es", |
| 7 | + "lib" |
| 8 | + ], |
| 9 | + "main": "lib/index.js", |
| 10 | + "jsnext:main": "es/index.js", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/nodkz/graphql-compose-elasticsearch.git" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "graphql", |
| 17 | + "elastic", |
| 18 | + "elasticsearch", |
| 19 | + "graphql-compose" |
| 20 | + ], |
| 21 | + "license": "MIT", |
| 22 | + "bugs": { |
| 23 | + "url": "https://github.com/nodkz/graphql-compose-elasticsearch/issues" |
| 24 | + }, |
| 25 | + "homepage": "https://github.com/nodkz/graphql-compose-elasticsearch#readme", |
| 26 | + "dependencies": {}, |
| 27 | + "peerDependencies": { |
| 28 | + "graphql": "^0.9.1", |
| 29 | + "graphql-compose": "^1.14.0" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "babel-cli": "^6.22.2", |
| 33 | + "babel-eslint": "^7.1.1", |
| 34 | + "babel-plugin-transform-flow-strip-types": "^6.22.0", |
| 35 | + "babel-plugin-transform-object-rest-spread": "^6.22.0", |
| 36 | + "babel-preset-env": "^1.1.8", |
| 37 | + "cz-conventional-changelog": "^2.0.0", |
| 38 | + "dox": "^0.9.0", |
| 39 | + "eslint": "^3.14.1", |
| 40 | + "eslint-config-airbnb-base": "^11.0.1", |
| 41 | + "eslint-config-prettier": "^1.0.2", |
| 42 | + "eslint-plugin-flowtype": "^2.30.0", |
| 43 | + "eslint-plugin-import": "^2.2.0", |
| 44 | + "eslint-plugin-prettier": "^2.0.0", |
| 45 | + "flow-bin": "^0.41.0", |
| 46 | + "graphql": "^0.9.1", |
| 47 | + "graphql-compose": "^1.14.0", |
| 48 | + "jest": "^19.0.2", |
| 49 | + "jest-babel": "^1.0.1", |
| 50 | + "npm-run-all": "^4.0.1", |
| 51 | + "prettier": "^0.21.0", |
| 52 | + "rimraf": "^2.5.4", |
| 53 | + "semantic-release": "^6.3.2" |
| 54 | + }, |
| 55 | + "config": { |
| 56 | + "commitizen": { |
| 57 | + "path": "./node_modules/cz-conventional-changelog" |
| 58 | + } |
| 59 | + }, |
| 60 | + "jest": { |
| 61 | + "roots": [ |
| 62 | + "<rootDir>/src", |
| 63 | + "<rootDir>/scripts" |
| 64 | + ] |
| 65 | + }, |
| 66 | + "scripts": { |
| 67 | + "build": "npm-run-all build:*", |
| 68 | + "build:lib": "rimraf lib && babel src --ignore __tests__,__mocks__ -d lib", |
| 69 | + "build:flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done", |
| 70 | + "coverage": "jest --coverage", |
| 71 | + "lint": "eslint src test *.js", |
| 72 | + "test": "jest", |
| 73 | + "test:watch": "jest --watch", |
| 74 | + "watch": "npm run test:watch", |
| 75 | + "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
| 76 | + } |
| 77 | +} |
0 commit comments