{"id":15606277,"url":"https://github.com/encoreshao/puppeteer-typescript-starter","last_synced_at":"2026-04-18T06:37:13.746Z","repository":{"id":60680575,"uuid":"544664293","full_name":"encoreshao/puppeteer-typescript-starter","owner":"encoreshao","description":"The most basic Puppeteer TypeScript starter","archived":false,"fork":false,"pushed_at":"2022-10-03T02:24:21.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T14:14:59.621Z","etag":null,"topics":["data-scraper","json","nodemon","puppeteer","structure","typescript"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/encoreshao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-03T02:14:07.000Z","updated_at":"2023-03-10T22:42:51.000Z","dependencies_parsed_at":"2022-10-03T03:40:17.023Z","dependency_job_id":null,"html_url":"https://github.com/encoreshao/puppeteer-typescript-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/encoreshao/puppeteer-typescript-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encoreshao%2Fpuppeteer-typescript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encoreshao%2Fpuppeteer-typescript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encoreshao%2Fpuppeteer-typescript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encoreshao%2Fpuppeteer-typescript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encoreshao","download_url":"https://codeload.github.com/encoreshao/puppeteer-typescript-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encoreshao%2Fpuppeteer-typescript-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31959883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-scraper","json","nodemon","puppeteer","structure","typescript"],"created_at":"2024-10-03T04:21:48.991Z","updated_at":"2026-04-18T06:37:13.720Z","avatar_url":"https://github.com/encoreshao.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Puppeteer TypeScript Starter | 2022\n\nThis template will quickly help us build a project using Puppeteer and TypeScript for data scraping in public pages.\n\n### Features\n\n- Minimal\n- TypeScript V4\n- Testing with Jest\n- Linting with Eslint and Prettier\n- Local development with Nodemon\n- IP Proxy\n\n### Structure\n\n```\n  build\n    └── index.js\n    └── ...\n  config\n    └── config.json\n  src\n    └── pages\n        ├── index.ts\n        ├── identifiers.ts\n        ├── userTemplate.ts\n    └── environment\n        ├── config.ts\n    └── utils\n        ├── index.ts\n    └── index.ts\n  types\n    └── index.d.ts\n```\n\n### Scripts Overview\n\n```NodeJS\nnpm run start:dev\n```\n\nStarts the application in development using nodemon and ts-node to do cold reloading.\n\n```NodeJS\nnpm run build\n```\n\nBuilds the app at build, cleaning the folder first.\n\n```NodeJS\nnpm run start\n```\n\nStarts the app in production by first building the project with `npm run build`, and then executing the compiled JavaScript at `build/index.js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencoreshao%2Fpuppeteer-typescript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencoreshao%2Fpuppeteer-typescript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencoreshao%2Fpuppeteer-typescript-starter/lists"}