Files
ditto.site/package.json
dependabot[bot]andGitHub aea1d638b6 Bump the dev-dependencies group across 1 directory with 3 updates
Bumps the dev-dependencies group with 3 updates in the / directory: [tsx](https://github.com/privatenumber/tsx), [typescript](https://github.com/microsoft/TypeScript) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `tsx` from 4.22.4 to 4.23.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.22.4...v4.23.0)

Updates `typescript` from 5.7.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v6.0.3)

Updates `@types/node` from 22.10.5 to 26.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: tsx
  dependency-version: 4.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-06 16:56:23 +00:00

56 lines
1.7 KiB
JSON

{
"name": "ditto.site",
"version": "0.1.0",
"private": true,
"description": "ditto.site deterministic website compiler: compile a public URL into a Next.js app from browser-captured evidence with a REST + MCP service layer.",
"license": "MIT",
"author": "ion-design",
"repository": {
"type": "git",
"url": "https://github.com/ion-design/ditto.site.git"
},
"bugs": {
"url": "https://github.com/ion-design/ditto.site/issues"
},
"homepage": "https://github.com/ion-design/ditto.site#readme",
"keywords": [
"ditto.site",
"website-compiler",
"nextjs",
"playwright",
"deterministic",
"compiler",
"mcp",
"hono",
"drizzle"
],
"type": "module",
"packageManager": "npm@10.9.2",
"workspaces": [
"compiler",
"packages/*"
],
"scripts": {
"clone": "npm run clone --workspace clone-static --",
"clone-site": "npm run clone-site --workspace clone-static --",
"validate-site": "npm run validate-site --workspace clone-static --",
"bench": "npm run bench --workspace clone-static --",
"bench-site": "npm run bench-site --workspace clone-static --",
"test": "npm run test --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",
"dev:api": "npm run dev --workspace @cloner/api",
"dev:worker": "npm run dev --workspace @cloner/worker",
"db:generate": "npm run generate --workspace @cloner/db",
"db:migrate": "npm run migrate --workspace @cloner/db",
"unpack": "node packages/cli/bin/ditto.mjs unpack"
},
"devDependencies": {
"tsx": "4.23.0",
"typescript": "6.0.3",
"@types/node": "26.1.0"
},
"engines": {
"node": ">=20"
}
}