/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/analytics/package.json
27 строк
711 B
Mime Čuvalo
chore: cut over to TypeScript 7 (#9752)
10 авг 2026, 18:34
Не верифицирован
10 авг 2026, 18:34
6ee2eda
Код
Авторство
О чём код?
{ "name": "@tldraw/analytics", "version": "0.1.0", "license": "", "private": true, "main": "dist/index.js", "scripts": { "build": "tsc && vite build --outDir public", "dev": "vite", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts", "test": "yarn run -T vitest --passWithNoTests", "test-ci": "yarn run -T vitest run --passWithNoTests", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests" }, "dependencies": { "js-cookie": "^3.0.5", "posthog-js": "^1.281.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260302.0", "@types/js-cookie": "^3.0.6", "typescript": "^7.0.2", "vite": "^8.0.16", "vitest": "^4.1.7", "wrangler": "^4.75.0" } }