From a95a71c916834f1974efacd13e24a92d821ba6f9 Mon Sep 17 00:00:00 2001 From: Miguel Pousa Date: Tue, 10 Dec 2024 12:54:21 +0100 Subject: [PATCH 1/3] add keywords --- package.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c9ee19..56fea68 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,33 @@ }, "main": "dist/src/cli.js", "types": "dist/src/cli.d.ts", - "keywords": [], + "keywords": [ + "artifact-generation", + "file-processing", + "build-tool", + "file-watcher", + "nodejs", + "npm-package", + "automation", + "plugins", + "workflow", + "static-assets", + "precompilation", + "pipeline", + "json-configuration", + "high-performance", + "watch-mode", + "local-cache", + "remote-cache", + "AWS-S3", + "dependency-tree", + "git-integration", + "rake-commands", + "socket-communication", + "schema-validation", + "open-source", + "MIT-license" +], "author": "David Morcillo , Ferran Basora ", "license": "MIT", "scripts": { From b6c12cb9b849915048a4e8e0f5d05ed25bc88ae4 Mon Sep 17 00:00:00 2001 From: Miguel Pousa Date: Tue, 10 Dec 2024 12:59:20 +0100 Subject: [PATCH 2/3] fix: indentation --- package.json | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 56fea68..6461344 100644 --- a/package.json +++ b/package.json @@ -8,32 +8,32 @@ "main": "dist/src/cli.js", "types": "dist/src/cli.d.ts", "keywords": [ - "artifact-generation", - "file-processing", - "build-tool", - "file-watcher", - "nodejs", - "npm-package", - "automation", - "plugins", - "workflow", - "static-assets", - "precompilation", - "pipeline", - "json-configuration", - "high-performance", - "watch-mode", - "local-cache", - "remote-cache", - "AWS-S3", - "dependency-tree", - "git-integration", - "rake-commands", - "socket-communication", - "schema-validation", - "open-source", - "MIT-license" -], + "artifact-generation", + "file-processing", + "build-tool", + "file-watcher", + "nodejs", + "npm-package", + "automation", + "plugins", + "workflow", + "static-assets", + "precompilation", + "pipeline", + "json-configuration", + "high-performance", + "watch-mode", + "local-cache", + "remote-cache", + "AWS-S3", + "dependency-tree", + "git-integration", + "rake-commands", + "socket-communication", + "schema-validation", + "open-source", + "MIT-license" + ], "author": "David Morcillo , Ferran Basora ", "license": "MIT", "scripts": { From e2c409606432bbdf073cb6a3b27f54fde2b1fd0a Mon Sep 17 00:00:00 2001 From: Miguel Pousa Date: Tue, 10 Dec 2024 13:00:10 +0100 Subject: [PATCH 3/3] add turborepo --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6461344..3f59bfb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "socket-communication", "schema-validation", "open-source", - "MIT-license" + "MIT-license", + "turborepo" ], "author": "David Morcillo , Ferran Basora ", "license": "MIT",