@tldraw/utils
Version:
tldraw infinite canvas SDK (private utilities).
69 lines • 1.92 kB
JSON
{
"name": "@tldraw/utils",
"description": "tldraw infinite canvas SDK (private utilities).",
"version": "4.2.1",
"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",
"drawing",
"app",
"development",
"whiteboard",
"canvas",
"infinite"
],
"main": "dist-cjs/index.js",
"files": [
"dist-esm",
"dist-cjs",
"src"
],
"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",
"context": "yarn run -T tsx ../../internal/scripts/context.ts"
},
"dependencies": {
"jittered-fractional-indexing": "^1.0.0",
"lodash.isequal": "^4.5.0",
"lodash.isequalwith": "^4.4.0",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0"
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.isequalwith": "^4.4.9",
"@types/lodash.throttle": "^4.1.9",
"@types/lodash.uniq": "^4.5.9",
"lazyrepo": "0.0.0-alpha.27",
"vitest": "^3.2.4"
},
"module": "dist-esm/index.mjs",
"source": "src/index.ts",
"exports": {
".": {
"import": "./dist-esm/index.mjs",
"require": "./dist-cjs/index.js"
}
}
}