UNPKG

abot-scraper

Version:

scraper random for downloader and searching

75 lines (74 loc) 1.71 kB
{ "name": "abot-scraper", "version": "1.6.2", "description": "scraper random for downloader and searching", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist", "types" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsup", "build:watch": "tsup --watch", "lint": "eslint src/**/*.ts --fix", "lint:check": "eslint src/**/*.ts", "type-check": "tsc --noEmit", "dev": "tsup --watch", "prepublishOnly": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:ci": "npm run lint:check && npm run type-check && npm run test && npm run build", "publish:dry": "npm publish --dry-run" }, "keywords": [ "scraper", "downloader", "ytdownloader", "instagram", "youtube-dl", "youtube", "facebook", "tiktok", "social-media", "video-downloader", "dual-package", "esm", "commonjs", "typescript" ], "author": "Ahlul Mukhramin", "license": "MIT", "dependencies": { "axios": "^1.5.1", "cheerio": "^1.0.0-rc.12", "form-data": "^4.0.3", "qs": "^6.14.0" }, "devDependencies": { "@jest/globals": "^30.0.3", "@types/jest": "^30.0.0", "@types/node": "^22.15.27", "@types/qs": "^6.9.15", "eslint": "^9.0.0", "jest": "^30.0.3", "prettier": "^3.3.0", "ts-jest": "^29.4.0", "tsup": "^8.5.0", "typescript": "^5.5.0", "typescript-eslint": "^8.0.0" } }