From f4ac52c317b7294cb6abb998f37b540f02f36713 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sat, 29 May 2021 15:16:28 +0300 Subject: [PATCH] Add descriptions --- package.json | 10 +++++----- packages/api/package.json | 18 ++++++++++++------ packages/express/package.json | 16 +++++++++++----- packages/fastify/package.json | 16 +++++++++++----- packages/hapi/package.json | 16 +++++++++++----- packages/ui/package.json | 6 ++++++ 6 files changed, 56 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index e1ec7d92a..ad6d30234 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,8 @@ { "name": "@bull-board/root", "version": "3.0.0", - "description": "Bull queue UI for inspecting jobs", "private": true, - "workspaces": [ - "packages/*" - ], + "description": "Bull queue UI for inspecting jobs", "keywords": [ "bull", "redis", @@ -17,7 +14,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/felixmosh/bull-board.git" + "url": "git+https://github.com/felixmosh/bull-board.git" }, "license": "MIT", "author": "Vitor Capretz ", @@ -25,6 +22,9 @@ "Erik Engervall ", "felixmosh" ], + "workspaces": [ + "packages/*" + ], "scripts": { "prepublishOnly": "yarn build", "lint": "eslint \"./packages/**/*.ts*\"", diff --git a/packages/api/package.json b/packages/api/package.json index dd54d4771..52681d9ae 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,18 +1,24 @@ { "name": "@bull-board/api", "version": "3.0.0", - "main": "dist/index.js", - "author": "felixmosh", - "license": "MIT", - "scripts": { - "build": "tsc", - "test": "jest" + "description": "Bull-Board common api package", + "repository": { + "type": "git", + "url": "git+https://github.com/felixmosh/bull-board.git", + "directory": "packages/api" }, + "license": "MIT", + "author": "felixmosh", + "main": "dist/index.js", "files": [ "dist", "typings", "*Adapter.*" ], + "scripts": { + "build": "tsc", + "test": "jest" + }, "dependencies": { "redis-info": "^3.0.8" }, diff --git a/packages/express/package.json b/packages/express/package.json index 49573c501..4cb27769b 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,15 +1,21 @@ { "name": "@bull-board/express", "version": "3.0.0", - "main": "dist/index.js", - "author": "felixmosh", - "license": "MIT", - "scripts": { - "build": "tsc" + "description": "Express.js server adapter for Bull-Board package", + "repository": { + "type": "git", + "url": "git+https://github.com/felixmosh/bull-board.git", + "directory": "packages/express" }, + "license": "MIT", + "author": "felixmosh", + "main": "dist/index.js", "files": [ "dist" ], + "scripts": { + "build": "tsc" + }, "dependencies": { "@bull-board/api": "3.0.0", "@bull-board/ui": "3.0.0", diff --git a/packages/fastify/package.json b/packages/fastify/package.json index a9db1b8d5..a97abb0ff 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,15 +1,21 @@ { "name": "@bull-board/fastify", "version": "3.0.0", - "main": "dist/index.js", - "author": "felixmosh", - "license": "MIT", - "scripts": { - "build": "tsc" + "description": "Fastify.js server adapter for Bull-Board package", + "repository": { + "type": "git", + "url": "git+https://github.com/felixmosh/bull-board.git", + "directory": "packages/fastify" }, + "license": "MIT", + "author": "felixmosh", + "main": "dist/index.js", "files": [ "dist" ], + "scripts": { + "build": "tsc" + }, "dependencies": { "@bull-board/api": "3.0.0", "@bull-board/ui": "3.0.0", diff --git a/packages/hapi/package.json b/packages/hapi/package.json index b1534fdfe..2d2cfc8f4 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -1,15 +1,21 @@ { "name": "@bull-board/hapi", "version": "3.0.0", - "main": "dist/index.js", - "author": "felixmosh", - "license": "MIT", - "scripts": { - "build": "tsc" + "description": "Hapi.js server adapter for Bull-Board package", + "repository": { + "type": "git", + "url": "git+https://github.com/felixmosh/bull-board.git", + "directory": "packages/hapi" }, + "license": "MIT", + "author": "felixmosh", + "main": "dist/index.js", "files": [ "dist" ], + "scripts": { + "build": "tsc" + }, "dependencies": { "@bull-board/api": "3.0.0", "@bull-board/ui": "3.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 62dd5c8be..78918a6d9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,12 @@ { "name": "@bull-board/ui", "version": "3.0.0", + "description": "Bull-Board's UI package", + "repository": { + "type": "git", + "url": "git+https://github.com/felixmosh/bull-board.git", + "directory": "packages/ui" + }, "license": "MIT", "author": "felixmosh", "files": [