From 57ffa4d22013beec6b4ea4476a182862eee1549b Mon Sep 17 00:00:00 2001 From: Jan Buchar Date: Wed, 13 Mar 2024 14:29:55 +0100 Subject: [PATCH] Let yarn format package.json --- biome.json | 2 +- package.json | 4 +++- packages/memory-storage/package.json | 10 ++++++++-- packages/types/package.json | 11 +++++++++-- packages/utils/package.json | 12 ++++++++++-- 5 files changed, 31 insertions(+), 8 deletions(-) diff --git a/biome.json b/biome.json index c80d4012abbe..af125709981c 100644 --- a/biome.json +++ b/biome.json @@ -1,6 +1,6 @@ { "formatter": { - "ignore": ["website/**", "packages/*/dist/**"], + "ignore": ["website/**", "packages/*/dist/**", "package.json"], "formatWithErrors": true }, "javascript": { diff --git a/package.json b/package.json index 13054e82988e..725c82fb85d4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "name": "@crawlee/root", "private": true, "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.", - "workspaces": ["packages/*"], + "workspaces": [ + "packages/*" + ], "keywords": [ "apify", "headless", diff --git a/packages/memory-storage/package.json b/packages/memory-storage/package.json index dc92baef6ff5..ed0aafe7ea98 100644 --- a/packages/memory-storage/package.json +++ b/packages/memory-storage/package.json @@ -16,13 +16,19 @@ }, "./package.json": "./package.json" }, - "keywords": ["apify", "api", "memory"], + "keywords": [ + "apify", + "api", + "memory" + ], "author": { "name": "Apify", "email": "support@apify.com", "url": "https://apify.com" }, - "contributors": ["Vlad Frangu "], + "contributors": [ + "Vlad Frangu " + ], "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/types/package.json b/packages/types/package.json index 280e61d227d1..3703e4083f8d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -16,13 +16,20 @@ }, "./package.json": "./package.json" }, - "keywords": ["apify", "api", "crawlee", "types"], + "keywords": [ + "apify", + "api", + "crawlee", + "types" + ], "author": { "name": "Apify", "email": "support@apify.com", "url": "https://apify.com" }, - "contributors": ["Vlad Frangu "], + "contributors": [ + "Vlad Frangu " + ], "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/utils/package.json b/packages/utils/package.json index ca60e44a07cd..1e8fcb4becce 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -16,13 +16,21 @@ }, "./package.json": "./package.json" }, - "keywords": ["apify", "crawlers", "crawling", "utilities", "utils"], + "keywords": [ + "apify", + "crawlers", + "crawling", + "utilities", + "utils" + ], "author": { "name": "Apify", "email": "support@apify.com", "url": "https://apify.com" }, - "contributors": ["Ondra Urban "], + "contributors": [ + "Ondra Urban " + ], "license": "Apache-2.0", "repository": { "type": "git",