Skip to content

Commit

Permalink
feat: 🎸 add correct detailed info to package.json
Browse files Browse the repository at this point in the history
klaascuvelier committed Sep 13, 2023
1 parent 719729f commit 859b443
Showing 5 changed files with 91 additions and 11 deletions.
18 changes: 18 additions & 0 deletions packages/nx-cloudflare-wrangler/package.json
Original file line number Diff line number Diff line change
@@ -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",
18 changes: 18 additions & 0 deletions packages/nx-deno-deploy/package.json
Original file line number Diff line number Diff line change
@@ -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": {
17 changes: 17 additions & 0 deletions packages/nx-netlify-deploy/package.json
Original file line number Diff line number Diff line change
@@ -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": {
32 changes: 21 additions & 11 deletions packages/nx-rsync-deployer/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
17 changes: 17 additions & 0 deletions packages/nx-sst/package.json
Original file line number Diff line number Diff line change
@@ -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": {

0 comments on commit 859b443

Please sign in to comment.