Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better command
Browse files Browse the repository at this point in the history
ardatan committed Nov 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ae7aae7 commit cca4000
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-federation-gateway-audit",
"version": "1.0.0",
"name": "@the-guild/graphql-federation-gateway-audit",
"version": "0.0.1",
"private": true,
"type": "module",
"description": "Audit tool for Apollo Federation Gateway",
@@ -39,8 +39,7 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"directory": "dist"
"access": "public"
},
"sideEffects": false,
"scripts": {
@@ -49,7 +48,7 @@
"build": "tsc",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"postinstall": "npm run build --noCheck"
"postinstall": "tsc --noCheck"
},
"dependencies": {
"@apollo/composition": "2.9.3",
@@ -64,7 +63,8 @@
"kill-port-process": "3.2.1",
"wait-on": "8.0.1",
"detect-port": "1.6.1",
"yargs": "17.7.2"
"yargs": "17.7.2",
"typescript": "5.6.3"
},
"devDependencies": {
"@apollo/gateway": "2.9.3",
@@ -78,7 +78,6 @@
"express": "5.0.1",
"prettier": "3.3.3",
"tsx": "4.19.2",
"typescript": "5.6.3",
"wgc": "0.70.1"
}
}
}

0 comments on commit cca4000

Please sign in to comment.