lingva-scraper-update
Version:
Google Translate scraper for Lingva Translate
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "lingva-scraper-update",
"version": "1.0.4",
"description": "Google Translate scraper for Lingva Translate",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"author": "thedaviddelta, Michael Shuff",
"contributors": [
{
"name": "Michael Shuff",
"email": "mjshuff23@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/mjshuff23/lingva-scraper-update.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mjshuff23/lingva-scraper-update/issues"
},
"homepage": "https://github.com/mjshuff23/lingva-scraper-update#readme",
"private": false,
"keywords": [
"lingva",
"google",
"translate",
"translator",
"api",
"scraping",
"scraper",
"extractor"
],
"files": [
"dist/**/*",
"img/logo.svg"
],
"dependencies": {
"axios": "^1.7.7",
"cheerio": "^1.0.0-rc.11",
"user-agents": "^1.0.1033"
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/user-agents": "^1.0.2",
"jest": "^28.1.0",
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
}
}