From cca4000539102ce43ff5f4fa50f5451961174325 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Fri, 15 Nov 2024 14:18:37 +0300 Subject: [PATCH] Better command --- package.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 77794bd..5688084 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file