feat: update license
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user