2023-06-30 14:16:50 +02:00

44 lines
1.0 KiB
JSON

{
"name": "@aterve/contenteggstockcrawler",
"version": "1.0.0",
"description": "",
"main": "build/cli.js",
"bin": {
"crawler": "build/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package-linux": "pkg . --targets node18-linux-x64 --output compiled/crawler-linux64",
"package-win": "pkg . --targets node18-windows-x64 --output compiled/crawler-win64",
"build": "tsc"
},
"pkg": {
"scripts": "build/**/*.js",
"assets": [
"node_modules/**"
]
},
"repository": {
"type": "git",
"url": "https://git.aterve.com/Frozenverse/ContentEggStockCrawler.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"csv-writer": "^1.6.0",
"fs-extra": "^11.1.1",
"jsonfile": "^6.1.0",
"puppeteer": "^20.7.2",
"tldts": "^6.0.8",
"typescript": "^5.1.3",
"write": "^2.0.0"
},
"devDependencies": {
"@types/got": "^9.6.12",
"@types/jsonfile": "^6.1.1",
"pkg": "^5.8.1"
}
}