diff --git a/packages/auto-icons/package.json b/packages/auto-icons/package.json index 03754f5f..03696d2f 100644 --- a/packages/auto-icons/package.json +++ b/packages/auto-icons/package.json @@ -1,5 +1,29 @@ { "name": "@wxt-dev/auto-icons", + "description": "WXT module for automatically generating extension icons in different sizes", + "repository": { + "type": "git", + "url": "git+https://github.com/wxt-dev/wxt.git", + "directory": "packages/auto-icons" + }, + "homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/auto-icons/README.md", + "keywords": [ + "wxt", + "module", + "icons", + "manifest" + ], + "author": { + "name": "Florian Metz", + "email": "me@timeraa.dev" + }, + "contributors": [ + { + "name": "Aaron Klinker", + "email": "aaronklinker1+wxt@gmail.com" + } + ], + "license": "MIT", "version": "1.0.1", "type": "module", "module": "./dist/index.mjs", diff --git a/packages/module-react/package.json b/packages/module-react/package.json index 8bf30933..3b1cb7b8 100644 --- a/packages/module-react/package.json +++ b/packages/module-react/package.json @@ -1,5 +1,22 @@ { "name": "@wxt-dev/module-react", + "description": "WXT module to enable React support", + "repository": { + "type": "git", + "url": "git+https://github.com/wxt-dev/wxt.git", + "directory": "packages/module-react" + }, + "homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/module-react/README.md", + "keywords": [ + "wxt", + "module", + "react" + ], + "author": { + "name": "Aaron Klinker", + "email": "aaronklinker1+wxt@gmail.com" + }, + "license": "MIT", "version": "1.1.0", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/module-solid/package.json b/packages/module-solid/package.json index 4b9b7acb..0cc37117 100644 --- a/packages/module-solid/package.json +++ b/packages/module-solid/package.json @@ -1,5 +1,22 @@ { "name": "@wxt-dev/module-solid", + "description": "WXT module to enable SolidJS support", + "repository": { + "type": "git", + "url": "git+https://github.com/wxt-dev/wxt.git", + "directory": "packages/module-solid" + }, + "homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/module-solid/README.md", + "keywords": [ + "wxt", + "module", + "solidjs" + ], + "author": { + "name": "Aaron Klinker", + "email": "aaronklinker1+wxt@gmail.com" + }, + "license": "MIT", "version": "1.1.1", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/module-svelte/package.json b/packages/module-svelte/package.json index a910aa3f..b0868c6e 100644 --- a/packages/module-svelte/package.json +++ b/packages/module-svelte/package.json @@ -1,5 +1,22 @@ { "name": "@wxt-dev/module-svelte", + "description": "WXT module to enable Svelte support", + "repository": { + "type": "git", + "url": "git+https://github.com/wxt-dev/wxt.git", + "directory": "packages/module-svelte" + }, + "homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/module-svelte/README.md", + "keywords": [ + "wxt", + "module", + "svelte" + ], + "author": { + "name": "Aaron Klinker", + "email": "aaronklinker1+wxt@gmail.com" + }, + "license": "MIT", "version": "1.0.0", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/module-vue/package.json b/packages/module-vue/package.json index cafee6c3..8423261a 100644 --- a/packages/module-vue/package.json +++ b/packages/module-vue/package.json @@ -1,5 +1,22 @@ { "name": "@wxt-dev/module-vue", + "description": "WXT module to enable Vue support", + "repository": { + "type": "git", + "url": "git+https://github.com/wxt-dev/wxt.git", + "directory": "packages/module-vue" + }, + "homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/module-vue/README.md", + "keywords": [ + "wxt", + "module", + "vue" + ], + "author": { + "name": "Aaron Klinker", + "email": "aaronklinker1+wxt@gmail.com" + }, + "license": "MIT", "version": "1.0.0", "type": "module", "main": "./dist/index.cjs",