diff --git a/package.json b/package.json index 9f87371..195a25a 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,12 @@ "name": "wolfcola-devtools", "version": "0.0.0", "private": true, - "description": "Auth DevTools \u2014 Chrome extension and SDK bridges", + "description": "WolfCola DevTools — Chrome extension and SDK bridges", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/ryanbas21/devtools.git" + }, "type": "module", "engines": { "node": "^20 || ^22 || ^24", diff --git a/packages/devtools-bridge/package.json b/packages/devtools-bridge/package.json index 81c20fc..2cb1485 100644 --- a/packages/devtools-bridge/package.json +++ b/packages/devtools-bridge/package.json @@ -1,8 +1,13 @@ { "name": "@wolfcola/devtools-bridge", "version": "0.0.0", - "description": "Opt-in Ping SDK adapter that emits AuthEvents to the DevTools extension", + "description": "Opt-in SDK adapter that emits AuthEvents to the WolfCola DevTools extension", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/ryanbas21/devtools.git", + "directory": "packages/devtools-bridge" + }, "sideEffects": false, "type": "module", "exports": { diff --git a/packages/devtools-extension/package.json b/packages/devtools-extension/package.json index cbcaf2d..3486fa5 100644 --- a/packages/devtools-extension/package.json +++ b/packages/devtools-extension/package.json @@ -2,7 +2,12 @@ "name": "@wolfcola/devtools-extension", "version": "0.0.0", "private": true, - "description": "Ping Auth DevTools Chrome Extension", + "description": "WolfCola DevTools Chrome Extension", + "repository": { + "type": "git", + "url": "https://github.com/ryanbas21/devtools.git", + "directory": "packages/devtools-extension" + }, "license": "MIT", "type": "module", "scripts": { diff --git a/packages/devtools-types/package.json b/packages/devtools-types/package.json index 9e6f74e..eab351b 100644 --- a/packages/devtools-types/package.json +++ b/packages/devtools-types/package.json @@ -1,8 +1,13 @@ { "name": "@wolfcola/devtools-types", "version": "0.0.0", - "description": "Shared AuthEvent schema and types for Ping DevTools", + "description": "Shared AuthEvent schema and types for WolfCola DevTools", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/ryanbas21/devtools.git", + "directory": "packages/devtools-types" + }, "sideEffects": false, "type": "module", "exports": {