Skip to content

Commit

Permalink
chore: add more metadata for npm (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa authored Aug 1, 2024
1 parent 52fbd2c commit 9785eff
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/auto-icons/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"contributors": [
{
"name": "Aaron Klinker",
"email": "[email protected]"
}
],
"license": "MIT",
"version": "1.0.1",
"type": "module",
"module": "./dist/index.mjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/module-react/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"license": "MIT",
"version": "1.1.0",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/module-solid/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"license": "MIT",
"version": "1.1.1",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/module-svelte/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"license": "MIT",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/module-vue/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"license": "MIT",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 9785eff

Please sign in to comment.