Skip to content

Commit cfa0b8e

Browse files
committed
Reorder stuff in package.json
1 parent 57c63ec commit cfa0b8e

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
"name": "graphql-faker",
33
"version": "2.0.0-rc.25",
44
"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+
},
515
"main": "dist/index.js",
616
"bin": {
717
"graphql-faker": "dist/index.js"
@@ -23,16 +33,20 @@
2333
"prettier": "prettier --ignore-path .gitignore --write --list-different .",
2434
"prettier:check": "prettier --ignore-path .gitignore --check ."
2535
},
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"
3449
},
35-
"homepage": "https://github.com/graphql-kit/graphql-faker#readme",
3650
"devDependencies": {
3751
"@types/body-parser": "1.19.0",
3852
"@types/cors": "2.8.10",
@@ -58,19 +72,5 @@
5872
"webpack": "4.43.0",
5973
"webpack-cli": "3.3.11",
6074
"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"
7575
}
7676
}

0 commit comments

Comments
 (0)