{ "name": "maxun-core", "version": "0.0.31", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", "scripts": { "test": "jest", "build": "npm run clean && tsc", "lint": "eslint .", "clean": "rimraf ./build" }, "files": [ "build/*" ], "keywords": [ "maxun", "no-code scraping", "web", "automation", "workflow", "data extraction", "scraping", "web scraper", "web scraping", "data scraping", "no-code web scraper", "no-code web scraping" ], "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { "@types/node": "22.7.9", "cross-fetch": "^4.0.0", "joi": "^17.6.0", "playwright-core": "1.57.0", "turndown": "^7.2.2" } }