Skip to content

Commit

Permalink
Reorder stuff in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 11, 2023
1 parent 57c63ec commit cfa0b8e
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "graphql-faker",
"version": "2.0.0-rc.25",
"description": "Mock or extend your GraphQL API with faked data. No coding required",
"author": "IvanGoncharov <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/graphql-kit/graphql-faker#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-kit/graphql-faker.git"
},
"bugs": {
"url": "https://github.com/graphql-kit/graphql-faker/issues"
},
"main": "dist/index.js",
"bin": {
"graphql-faker": "dist/index.js"
Expand All @@ -23,16 +33,20 @@
"prettier": "prettier --ignore-path .gitignore --write --list-different .",
"prettier:check": "prettier --ignore-path .gitignore --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-kit/graphql-faker.git"
},
"author": "IvanGoncharov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphql-kit/graphql-faker/issues"
"dependencies": {
"body-parser": "1.19.0",
"chalk": "4.1.0",
"cors": "2.8.5",
"express": "4.17.1",
"express-graphql": "0.12.0",
"faker": "5.5.3",
"graphql": "14.7.0",
"graphql-voyager": "1.0.0-rc.31",
"moment": "2.29.1",
"node-fetch": "2.6.1",
"open": "8.0.5",
"yargs": "15.3.1"
},
"homepage": "https://github.com/graphql-kit/graphql-faker#readme",
"devDependencies": {
"@types/body-parser": "1.19.0",
"@types/cors": "2.8.10",
Expand All @@ -58,19 +72,5 @@
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.2"
},
"dependencies": {
"body-parser": "1.19.0",
"chalk": "4.1.0",
"cors": "2.8.5",
"express": "4.17.1",
"express-graphql": "0.12.0",
"faker": "5.5.3",
"graphql": "14.7.0",
"graphql-voyager": "1.0.0-rc.31",
"moment": "2.29.1",
"node-fetch": "2.6.1",
"open": "8.0.5",
"yargs": "15.3.1"
}
}

0 comments on commit cfa0b8e

Please sign in to comment.