@tldraw/utils
Advanced tools
Comparing version 2.0.0-canary.08bafd96b to 2.0.0-canary.08c9b63bd
{ | ||
"name": "@tldraw/utils", | ||
"description": "A tiny little drawing app (private utilities).", | ||
"version": "2.0.0-canary.08bafd96b", | ||
"version": "2.0.0-canary.08c9b63bd", | ||
"author": { | ||
@@ -34,11 +34,14 @@ "name": "tldraw GB Ltd.", | ||
"scripts": { | ||
"test": "yarn run -T jest", | ||
"test:coverage": "yarn run -T jest --coverage", | ||
"build": "echo 'build should be run by turbo'", | ||
"build:package": "yarn run -T tsx ../../scripts/build-package.ts", | ||
"build:api": "yarn run -T tsx ../../scripts/build-api.ts", | ||
"prepack": "yarn run -T tsx ../../scripts/prepack.ts", | ||
"postpack": "../../scripts/postpack.sh", | ||
"lint": "yarn run -T tsx ../../scripts/lint.ts" | ||
"test": "lazy inherit", | ||
"test:coverage": "lazy inherit", | ||
"build:package": "yarn run -T tsx ../../../scripts/build-package.ts", | ||
"build:api": "yarn run -T tsx ../../../scripts/build-api.ts", | ||
"prepack": "yarn run -T tsx ../../../scripts/prepack.ts", | ||
"postpack": "../../../scripts/postpack.sh", | ||
"pack-tarball": "yarn pack", | ||
"lint": "yarn run -T tsx ../../../scripts/lint.ts" | ||
}, | ||
"devDependencies": { | ||
"lazyrepo": "0.0.0-alpha.12" | ||
}, | ||
"jest": { | ||
@@ -45,0 +48,0 @@ "preset": "config/jest/node", |
104401
1