30 lines
662 B
JSON
30 lines
662 B
JSON
{
|
|
"name": "contenteggstockcrawler",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./dist/core.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.aterve.com/Cryogenix_/ContentEggStockCrawler.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"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"
|
|
}
|
|
}
|