1
0
mirror of https://github.com/thedaviddelta/lingva-scraper.git synced 2025-10-06 00:02:43 +02:00
Files
lingva-scraper/package.json
2022-10-09 21:12:20 +02:00

49 lines
1.0 KiB
JSON

{
"name": "lingva-scraper",
"version": "1.1.0",
"description": "Google Translate scraper for Lingva Translate",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"author": "thedaviddelta",
"repository": {
"type": "git",
"url": "git+https://github.com/thedaviddelta/lingva-scraper.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/thedaviddelta/lingva-scraper/issues"
},
"homepage": "https://github.com/thedaviddelta/lingva-scraper#readme",
"private": false,
"keywords": [
"lingva",
"google",
"translate",
"translator",
"api",
"scraping",
"scraper",
"extractor"
],
"files": [
"dist/**/*",
"img/logo.svg"
],
"dependencies": {
"axios": "^0.27.2",
"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"
}
}