|
2 | 2 | "name": "graphql-faker",
|
3 | 3 | "version": "2.0.0-rc.25",
|
4 | 4 | "description": "Mock or extend your GraphQL API with faked data. No coding required",
|
| 5 | + "author": "IvanGoncharov <[email protected]>", |
| 6 | + "license": "MIT", |
| 7 | + "homepage": "https://github.com/graphql-kit/graphql-faker#readme", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/graphql-kit/graphql-faker.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/graphql-kit/graphql-faker/issues" |
| 14 | + }, |
5 | 15 | "main": "dist/index.js",
|
6 | 16 | "bin": {
|
7 | 17 | "graphql-faker": "dist/index.js"
|
|
23 | 33 | "prettier": "prettier --ignore-path .gitignore --write --list-different .",
|
24 | 34 | "prettier:check": "prettier --ignore-path .gitignore --check ."
|
25 | 35 | },
|
26 |
| - "repository": { |
27 |
| - "type": "git", |
28 |
| - "url": "git+https://github.com/graphql-kit/graphql-faker.git" |
29 |
| - }, |
30 |
| - "author": "IvanGoncharov <[email protected]>", |
31 |
| - "license": "MIT", |
32 |
| - "bugs": { |
33 |
| - "url": "https://github.com/graphql-kit/graphql-faker/issues" |
| 36 | + "dependencies": { |
| 37 | + "body-parser": "1.19.0", |
| 38 | + "chalk": "4.1.0", |
| 39 | + "cors": "2.8.5", |
| 40 | + "express": "4.17.1", |
| 41 | + "express-graphql": "0.12.0", |
| 42 | + "faker": "5.5.3", |
| 43 | + "graphql": "14.7.0", |
| 44 | + "graphql-voyager": "1.0.0-rc.31", |
| 45 | + "moment": "2.29.1", |
| 46 | + "node-fetch": "2.6.1", |
| 47 | + "open": "8.0.5", |
| 48 | + "yargs": "15.3.1" |
34 | 49 | },
|
35 |
| - "homepage": "https://github.com/graphql-kit/graphql-faker#readme", |
36 | 50 | "devDependencies": {
|
37 | 51 | "@types/body-parser": "1.19.0",
|
38 | 52 | "@types/cors": "2.8.10",
|
|
58 | 72 | "webpack": "4.43.0",
|
59 | 73 | "webpack-cli": "3.3.11",
|
60 | 74 | "webpack-dev-server": "3.11.2"
|
61 |
| - }, |
62 |
| - "dependencies": { |
63 |
| - "body-parser": "1.19.0", |
64 |
| - "chalk": "4.1.0", |
65 |
| - "cors": "2.8.5", |
66 |
| - "express": "4.17.1", |
67 |
| - "express-graphql": "0.12.0", |
68 |
| - "faker": "5.5.3", |
69 |
| - "graphql": "14.7.0", |
70 |
| - "graphql-voyager": "1.0.0-rc.31", |
71 |
| - "moment": "2.29.1", |
72 |
| - "node-fetch": "2.6.1", |
73 |
| - "open": "8.0.5", |
74 |
| - "yargs": "15.3.1" |
75 | 75 | }
|
76 | 76 | }
|
0 commit comments