Files
parcer/maxun-core/package.json

34 lines
702 B
JSON
Raw Normal View History

2024-07-31 20:48:25 +05:30
{
"name": "maxun-core",
"version": "0.0.1",
"description": "Smart Workflow interpreter",
"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": [
"web",
"automation",
"workflow",
"interpret",
"scraping"
],
"author": "Karishma Shukla",
"license": "MIT",
"dependencies": {
2024-08-21 04:42:00 +05:30
"@cliqz/adblocker-playwright": "^1.31.3",
"cross-fetch": "^4.0.0",
2024-07-31 20:48:25 +05:30
"joi": "^17.6.0",
2024-08-21 04:42:00 +05:30
"playwright": "^1.20.1",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
2024-07-31 20:48:25 +05:30
}
}