From fd5b2531ded5ade18b6e8b110a6c7e00d991b8e1 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 19:18:09 +0530 Subject: [PATCH] feat: update license --- maxun-core/package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/maxun-core/package.json b/maxun-core/package.json index 484ac6f9..08fd0140 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,7 +1,7 @@ { "name": "maxun-core", "version": "0.0.1", - "description": "Smart Workflow interpreter", + "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", "scripts": { @@ -14,14 +14,16 @@ "build/*" ], "keywords": [ + "maxun", + "no-code scraping", "web", "automation", "workflow", - "interpret", + "data extraction", "scraping" ], - "author": "Karishma Shukla", - "license": "MIT", + "author": "Maxun", + "license": "AGPL-3.0-or-later", "dependencies": { "@cliqz/adblocker-playwright": "^1.31.3", "cross-fetch": "^4.0.0",