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", "name": "maxun-core",
"version": "0.0.1", "version": "0.0.1",
"description": "Smart Workflow interpreter", "description": "Core package for Maxun, responsible for data extraction",
"main": "build/index.js", "main": "build/index.js",
"typings": "build/index.d.ts", "typings": "build/index.d.ts",
"scripts": { "scripts": {
@@ -14,14 +14,16 @@
"build/*" "build/*"
], ],
"keywords": [ "keywords": [
"maxun",
"no-code scraping",
"web", "web",
"automation", "automation",
"workflow", "workflow",
"interpret", "data extraction",
"scraping" "scraping"
], ],
"author": "Karishma Shukla", "author": "Maxun",
"license": "MIT", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@cliqz/adblocker-playwright": "^1.31.3", "@cliqz/adblocker-playwright": "^1.31.3",
"cross-fetch": "^4.0.0", "cross-fetch": "^4.0.0",