feat: update license

This commit is contained in:
karishmas6
2024-10-24 19:18:09 +05:30
parent b4e9c8b437
commit fd5b2531de

View File

@@ -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",