/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/worker-shared/package.json
33 строки
1 KB
Mime Čuvalo
chore: cut over to TypeScript 7 (#9752)
10 авг 2026, 18:34
Не верифицирован
10 авг 2026, 18:34
6ee2eda
Код
Авторство
О чём код?
{ "name": "@tldraw/worker-shared", "version": "2.0.0", "private": true, "/* NOTE */": "These `main` and `types` fields are rewritten by the build script. They are not the actual values we publish", "main": "./src/index.ts", "types": "./.tsbuild/index.d.ts", "type": "module", "/* GOTCHA */": "files will include ./dist and index.d.ts by default, add any others you want to include in here", "files": [], "dependencies": { "@tldraw/utils": "workspace:*", "@tldraw/validate": "workspace:*", "cloudflare-workers-unfurl": "^0.0.9", "itty-router": "^5.0.18", "toucan-js": "^3.4.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260302.0", "lazyrepo": "0.0.0-alpha.27", "typescript": "^7.0.2", "vitest": "^4.1.7" }, "scripts": { "test-ci": "yarn run -T vitest run --passWithNoTests", "test": "yarn run -T vitest --passWithNoTests", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests" }, "engines": { "node": ">=22.12.0" } }