8 Commits
Author SHA1 Message Date
tiennm99 93796a16a5 build: move from pnpm to npm
Replace pnpm-lock.yaml with package-lock.json. The three overrides move to
package.json#overrides, including the request -> @cypress/request alias, which
npm supports as an override value. allowBuilds for es5-ext becomes
package.json#allowScripts. The Dockerfile installs with npm ci instead of
enabling corepack.
2026-08-17 12:17:53 +07:00
tiennm99 35c97c77b2 chore: migrate from npm to pnpm 2026-05-13 10:17:18 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b087aabfe6 Bump ajv from 6.12.6 to 6.14.0 (#4)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.14.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:24 +07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b70777e416 Bump path-to-regexp from 8.3.0 to 8.4.0 (#6)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.3.0...v8.4.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 8.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-07 13:33:21 +07:00
tiennm99 91980da3ca feat(cloudflare): remove cloudflare support 2025-12-04 17:28:07 +07:00
tiennm99 b63fdcdac5 feat(cloudflare): install wrangler 2025-12-04 15:02:27 +07:00
dependabot[bot]andGitHub 6a7e2ae1e6 Bump express from 5.1.0 to 5.2.0
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 01:50:58 +00:00
tiennm99 6193421fef Initialize project with Node.js setup and docs
Add .gitignore for Node.js, package.json with dependencies (express, app-store-scraper, google-play-scraper), and package-lock.json. Update README with project description and usage instructions for API endpoints.
2025-11-11 20:41:55 +07:00