/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/store/package.json
61 строка
2 KB
huppy-bot[bot]
Bump versions to 5.3.0 [skip ci]
05 авг 2026, 14:45
05 авг 2026, 14:45
b6cecdc
Код
Авторство
О чём код?
{ "name": "@tldraw/store", "description": "tldraw infinite canvas SDK (store).", "version": "5.3.0", "author": { "name": "tldraw Inc.", "email": "hello@tldraw.com" }, "homepage": "https://tldraw.dev", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tldraw/tldraw" }, "bugs": { "url": "https://github.com/tldraw/tldraw/issues" }, "keywords": [ "tldraw", "sdk", "drawing", "app", "development", "whiteboard", "canvas", "infinite" ], "/* 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": [], "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/state": "workspace:*", "@tldraw/utils": "workspace:*" }, "peerDependencies": { "react": "^18.2.0 || ^19.2.1" }, "devDependencies": { "@peculiar/webcrypto": "^1.5.0", "lazyrepo": "0.0.0-alpha.27", "raf": "^3.4.1", "vitest": "^4.1.7" }, "engines": { "node": ">=22.12.0" } }