|
3 | 3 | "version": "0.0.0-semantic-release", |
4 | 4 | "main": "dist/index.js", |
5 | 5 | "typings": "dist/index.d.ts", |
6 | | - "files": ["dist"], |
| 6 | + "files": [ |
| 7 | + "dist" |
| 8 | + ], |
7 | 9 | "repository": { |
8 | 10 | "type": "git", |
9 | 11 | "url": "git+https://github.com/graphcool/graphql-yoga.git" |
10 | 12 | }, |
11 | | - "keywords": ["graphql", "server", "api", "graphql-server", "apollo"], |
| 13 | + "keywords": [ |
| 14 | + "graphql", |
| 15 | + "server", |
| 16 | + "api", |
| 17 | + "graphql-server", |
| 18 | + "apollo" |
| 19 | + ], |
12 | 20 | "author": "Johannes Schickling <johannes@graph.cool>", |
13 | 21 | "license": "MIT", |
14 | 22 | "bugs": { |
|
18 | 26 | "scripts": { |
19 | 27 | "prepublish": "yarn build", |
20 | 28 | "build": "rm -rf dist && tsc -d", |
21 | | - "lint": |
22 | | - "tslint --project tsconfig.json {src,test}/**/*.ts && prettier-check --ignore-path .gitignore {src,.}/{*.ts,*.js}", |
| 29 | + "lint": "tslint --project tsconfig.json {src,test}/**/*.ts && prettier-check --ignore-path .gitignore {src,.}/{*.ts,*.js}", |
23 | 30 | "format": "prettier --write --ignore-path .gitignore {src,.}/{*.ts,*.js}", |
24 | 31 | "test": "yarn lint && yarn build && ava", |
25 | 32 | "watch:tsc": "tsc --watch", |
|
30 | 37 | "branch": "master" |
31 | 38 | }, |
32 | 39 | "ava": { |
33 | | - "files": ["dist/**/*.test.js"] |
| 40 | + "files": [ |
| 41 | + "dist/**/*.test.js" |
| 42 | + ] |
34 | 43 | }, |
35 | 44 | "dependencies": { |
36 | 45 | "@types/cors": "^2.8.4", |
|
49 | 58 | "graphql-deduplicator": "^2.0.1", |
50 | 59 | "graphql-import": "^0.6.0", |
51 | 60 | "graphql-middleware": "1.2.1", |
52 | | - "graphql-playground-middleware-express": "1.6.2", |
53 | | - "graphql-playground-middleware-lambda": "1.6.0", |
| 61 | + "graphql-playground-middleware-express": "1.6.3", |
| 62 | + "graphql-playground-middleware-lambda": "1.6.1", |
54 | 63 | "graphql-subscriptions": "^0.5.8", |
55 | 64 | "graphql-tools": "^2.23.1", |
56 | 65 | "subscriptions-transport-ws": "^0.9.8" |
|
0 commit comments