diff --git a/packages/nx-cloudflare-wrangler/package.json b/packages/nx-cloudflare-wrangler/package.json index 2ee33cc..5a551dd 100644 --- a/packages/nx-cloudflare-wrangler/package.json +++ b/packages/nx-cloudflare-wrangler/package.json @@ -1,5 +1,23 @@ { "name": "@k11r/nx-cloudflare-wrangler", + "description": "Nx Plugin for Cloudflare Wrangler", + "repository": { + "type": "git", + "url": "https://github.com/klaascuvelier/nx-additions.git", + "directory": "packages/nx-cloudflare-wrangler" + }, + "author": "Klaas Cuvelier", + "license": "MIT", + "bugs": { + "url": "https://github.com/klaascuvelier/nx-additions/issues" + }, + "keywords": [ + "nx", + "nrwl", + "plugin", + "cloudflare", + "wrangler" + ], "version": "0.0.1", "generators": "./generators.json", "executors": "./executors.json", diff --git a/packages/nx-deno-deploy/package.json b/packages/nx-deno-deploy/package.json index 40da048..eadf964 100644 --- a/packages/nx-deno-deploy/package.json +++ b/packages/nx-deno-deploy/package.json @@ -1,6 +1,24 @@ { "name": "@k11r/nx-deno-deploy", "version": "1.0.0", + "description": "Nx Plugin for Deno Deploy", + "repository": { + "type": "git", + "url": "https://github.com/klaascuvelier/nx-additions.git", + "directory": "packages/nx-deno-deploy" + }, + "author": "Klaas Cuvelier", + "license": "MIT", + "bugs": { + "url": "https://github.com/klaascuvelier/nx-additions/issues" + }, + "keywords": [ + "nx", + "nrwl", + "plugin", + "deno", + "deploy" + ], "generators": "./generators.json", "executors": "./executors.json", "peerDependencies": { diff --git a/packages/nx-netlify-deploy/package.json b/packages/nx-netlify-deploy/package.json index 455991d..918c116 100644 --- a/packages/nx-netlify-deploy/package.json +++ b/packages/nx-netlify-deploy/package.json @@ -1,6 +1,23 @@ { "name": "@k11r/nx-netlify-deploy", "version": "0.0.3", + "description": "Nx Plugin for Netlify", + "repository": { + "type": "git", + "url": "https://github.com/klaascuvelier/nx-additions.git", + "directory": "packages/nx-netlify-deploy" + }, + "author": "Klaas Cuvelier", + "license": "MIT", + "bugs": { + "url": "https://github.com/klaascuvelier/nx-additions/issues" + }, + "keywords": [ + "nx", + "nrwl", + "plugin", + "netlify" + ], "generators": "./generators.json", "executors": "./executors.json", "peerDependencies": { diff --git a/packages/nx-rsync-deployer/package.json b/packages/nx-rsync-deployer/package.json index 71cf878..3329068 100644 --- a/packages/nx-rsync-deployer/package.json +++ b/packages/nx-rsync-deployer/package.json @@ -1,13 +1,23 @@ { - "name": "@k11r/nx-rsync-deployer", - "version": "0.0.1", - "description": "Rsync deployer for NX monorepos", - "main": "", - "keywords": [ - "nx", - "rsync", - "deployer" - ], - "license": "MIT", - "builders": "builders.json" + "name": "@k11r/nx-rsync-deployer", + "version": "0.0.1", + "description": "Nx Plugin for deploy using RSync", + "repository": { + "type": "git", + "url": "https://github.com/klaascuvelier/nx-additions.git", + "directory": "packages/nx-rsync-deployer" + }, + "author": "Klaas Cuvelier", + "license": "MIT", + "bugs": { + "url": "https://github.com/klaascuvelier/nx-additions/issues" + }, + "keywords": [ + "nx", + "nrwl", + "plugin", + "deploy", + "rsync" + ], + "builders": "builders.json" } diff --git a/packages/nx-sst/package.json b/packages/nx-sst/package.json index 19b898a..3159714 100644 --- a/packages/nx-sst/package.json +++ b/packages/nx-sst/package.json @@ -1,6 +1,23 @@ { "name": "@k11r/nx-sst", "version": "0.0.1", + "description": "Nx Plugin for SST", + "repository": { + "type": "git", + "url": "https://github.com/klaascuvelier/nx-additions.git", + "directory": "packages/nx-sst" + }, + "author": "Klaas Cuvelier", + "license": "MIT", + "bugs": { + "url": "https://github.com/klaascuvelier/nx-additions/issues" + }, + "keywords": [ + "nx", + "nrwl", + "plugin", + "sst" + ], "generators": "./generators.json", "executors": "./executors.json", "peerDependencies": {