28 lines
560 B
JSON
28 lines
560 B
JSON
{
|
|
"name": "core-parser",
|
|
"version": "1.0.0",
|
|
"description": "Core browser automation and parsing engine for all parsers",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"install:browsers": "npx playwright install chromium"
|
|
},
|
|
"keywords": [
|
|
"parser",
|
|
"playwright",
|
|
"browser",
|
|
"automation",
|
|
"core"
|
|
],
|
|
"author": "Job Market Intelligence Team",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"playwright": "^1.53.2",
|
|
"dotenv": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0"
|
|
}
|
|
}
|