/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/driver/package.json
51 строка
1 KB
huppy-bot[bot]
Bump versions to 5.3.0 [skip ci]
05 авг 2026, 14:45
05 авг 2026, 14:45
b6cecdc
Код
Авторство
О чём код?
{ "name": "@tldraw/driver", "description": "Imperative API for driving the tldraw editor programmatically.", "version": "5.3.0", "author": { "name": "tldraw Inc.", "email": "hello@tldraw.com" }, "homepage": "https://tldraw.dev", "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git", "url": "https://github.com/tldraw/tldraw" }, "bugs": { "url": "https://github.com/tldraw/tldraw/issues" }, "keywords": [ "tldraw", "sdk", "driver", "automation", "scripting" ], "/* 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", "scripts": { "test-ci": "yarn run -T vitest run --passWithNoTests", "test": "yarn run -T vitest --passWithNoTests", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests", "build": "yarn run -T tsx ../../internal/scripts/build-package.ts", "build-api": "yarn run -T tsx ../../internal/scripts/build-api.ts", "prepack": "yarn run -T tsx ../../internal/scripts/prepack.ts", "postpack": "../../internal/scripts/postpack.sh", "pack-tarball": "yarn pack", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts" }, "dependencies": { "@tldraw/editor": "workspace:*", "@tldraw/utils": "workspace:*" }, "devDependencies": { "lazyrepo": "0.0.0-alpha.27", "vitest": "^4.1.7" }, "engines": { "node": ">=22.12.0" } }