illyria-scraper
Version:
Google Translate scraper for Illyria Translate
56 lines • 1.45 kB
JSON
{
"name": "illyria-scraper",
"version": "1.1.4",
"description": "Google Translate scraper for Illyria Translate",
"keywords": [
"illyria",
"google",
"translate",
"translator",
"api",
"scraping",
"scraper",
"extractor"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"homepage": "https://github.com/Lost-Saint/Illyria-scraper",
"private": false,
"bugs": {
"url": "https://github.com/Lost-Saint/Illyria-scraper/issues"
},
"author": "Lost Saint",
"repository": {
"type": "git",
"url": "git+https://github.com/Lost-Saint/Illyria-scraper.git"
},
"license": "GLWTS",
"files": [
"dist"
],
"type": "module",
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@changesets/cli": "^2.29.5",
"@types/user-agents": "^1.0.4",
"dprint": "^0.50.1",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"user-agents": "^1.1.592"
},
"scripts": {
"build": "tsc",
"ci": "pnpm run build && pnpm run check-format && pnpm run check-exports && pnpm run test",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"check-format": "dprint check",
"format": "dprint fmt",
"check": "tsc --noEmit",
"test": "vitest run",
"local-release": "pnpm run ci && changeset version && changeset publish"
}
}