Skip to content

Commit

Permalink
chore: package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 28, 2024
1 parent 437629d commit 62e68c2
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 92 deletions.
44 changes: 18 additions & 26 deletions packages/grpc_client/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
{
"name": "@shell-js/grpc_client",
"version": "0.10.1",
"description": "GRPC client plugin for the Shell.js package.",
"keywords": [
"argument",
"parameter",
"cli",
"grpc",
"client",
"rpc",
"remove",
"server",
"protocol",
"interface"
],
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",
"coffeelintConfig": {
"indentation": {
"level": "error",
"value": 2
},
"line_endings": {
"level": "error",
"value": "unix"
},
"max_line_length": {
"level": "ignore"
}
"bugs": {
"email": "open@adaltas.com",
"url": "/~https://github.com/adaltas/node-shell/issues"
},
"contributors": [
"Sergei Kudinov <sergei@adaltas.com> (https://www.adaltas.com)"
],
"dependencies": {
"@grpc/grpc-js": "^1.11.1"
},
"description": "GRPC client plugin for the Shell.js package.",
"devDependencies": {
"@shell-js/grpc_server": "^0.10.1",
"coffeescript": "^2.7.0",
Expand All @@ -42,18 +45,6 @@
"/lib"
],
"homepage": "https://shell.js.org",
"keywords": [
"argument",
"parameter",
"cli",
"grpc",
"client",
"rpc",
"remove",
"server",
"protocol",
"interface"
],
"license": "MIT",
"main": "./lib/index",
"publishConfig": {
Expand Down Expand Up @@ -84,5 +75,6 @@
"pretest": "npm run build",
"test": "mocha 'test/**/*.coffee'"
},
"type": "module"
"type": "module",
"gitHead": "437629d1d64e73173408e67832c0c735b1225fdc"
}
30 changes: 17 additions & 13 deletions packages/grpc_proto/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
{
"name": "@shell-js/grpc_proto",
"description": "GRPC Protocol Buffer definition.",
"version": "0.10.0",
"keywords": [
"argument",
"parameter",
"cli",
"grpc",
"client",
"rpc",
"remove",
"protobuf",
"protocol",
"interface"
],
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",
"bugs": {
"email": "open@adaltas.com",
"url": "/~https://github.com/adaltas/node-shell/issues"
},
"contributors": [
"Sergei Kudinov <sergei@adaltas.com> (https://www.adaltas.com)"
],
"dependencies": {
"@grpc/proto-loader": "^0.7.13"
},
"description": "GRPC Protocol Buffer definition.",
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.7.0",
Expand All @@ -29,18 +45,6 @@
"/lib"
],
"homepage": "https://shell.js.org",
"keywords": [
"argument",
"parameter",
"cli",
"grpc",
"client",
"rpc",
"remove",
"protobuf",
"protocol",
"interface"
],
"license": "MIT",
"main": "./lib/index",
"mocha": {
Expand Down
44 changes: 18 additions & 26 deletions packages/grpc_server/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"name": "@shell-js/grpc_server",
"version": "0.10.1",
"description": "GRPC server plugin for the Shell.js package.",
"keywords": [
"argument",
"parameter",
"cli",
"grpc",
"client",
"rpc",
"remove",
"server",
"protocol",
"interface"
],
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",
"coffeelintConfig": {
"indentation": {
"level": "error",
"value": 2
},
"line_endings": {
"level": "error",
"value": "unix"
},
"max_line_length": {
"level": "ignore"
}
"bugs": {
"email": "open@adaltas.com",
"url": "/~https://github.com/adaltas/node-shell/issues"
},
"contributors": [
"Sergei Kudinov <sergei@adaltas.com> (https://www.adaltas.com)"
Expand All @@ -29,7 +33,6 @@
"mocha": "^10.7.0",
"should": "^13.2.3"
},
"description": "GRPC server plugin for the Shell.js package.",
"engines": {
"node": ">= 0.10.x"
},
Expand All @@ -48,18 +51,6 @@
"/lib"
],
"homepage": "https://shell.js.org",
"keywords": [
"argument",
"parameter",
"cli",
"grpc",
"client",
"rpc",
"remove",
"server",
"protocol",
"interface"
],
"license": "MIT",
"main": "./lib/index",
"mocha": {
Expand Down Expand Up @@ -90,5 +81,6 @@
"pretest": "npm run build",
"test": "mocha 'test/**/*.coffee'"
},
"type": "module"
"type": "module",
"gitHead": "437629d1d64e73173408e67832c0c735b1225fdc"
}
46 changes: 19 additions & 27 deletions packages/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"name": "shell",
"version": "0.10.1",
"description": "Command line arguments parser and stringifier",
"keywords": [
"shell",
"cli",
"arguments",
"parser",
"parameters",
"param",
"option",
"command",
"bash",
"sh",
"getopt"
],
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",
"coffeelintConfig": {
"indentation": {
"level": "error",
"value": 2
},
"line_endings": {
"level": "error",
"value": "unix"
},
"max_line_length": {
"level": "ignore"
}
"bugs": {
"email": "open@adaltas.com",
"url": "/~https://github.com/adaltas/node-shell/issues"
},
"contributors": [
"Sergei Kudinov <sergei@adaltas.com> (https://www.adaltas.com)"
Expand All @@ -37,7 +42,6 @@
"rollup-plugin-node-resolve": "^5.2.0",
"should": "^13.2.3"
},
"description": "Command line arguments parser and stringifier",
"engines": {
"node": ">= 0.10.x"
},
Expand All @@ -56,19 +60,6 @@
"/lib"
],
"homepage": "https://shell.js.org",
"keywords": [
"shell",
"cli",
"arguments",
"parser",
"parameters",
"param",
"option",
"command",
"bash",
"sh",
"getopt"
],
"license": "MIT",
"lint-staged": {
"*.js": "npm run lint:fix",
Expand Down Expand Up @@ -103,5 +94,6 @@
"pretest": "npm run build",
"test": "mocha 'test/**/*.coffee' 'test/**/*.js'"
},
"type": "module"
"type": "module",
"gitHead": "437629d1d64e73173408e67832c0c735b1225fdc"
}

0 comments on commit 62e68c2

Please sign in to comment.