{ "version": "1.7.1", "name": "@tldraw/vec", "description": "2D vector utilities for TLDraw and maybe you, too.", "author": "@steveruizok", "repository": { "type": "git", "url": "git+https://github.com/tldraw/tldraw.git" }, "license": "MIT", "keywords": [ "2d", "vector", "typescript", "javascript" ], "files": [ "dist/**/*" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "source": "./src/index.ts", "scripts": { "start": "yarn lfg -d", "build": "yarn lfg", "start:packages": "yarn start", "start:core": "yarn start", "build:core": "yarn build", "build:packages": "yarn build", "lint": "eslint src/ --ext .ts,.tsx", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "gitHead": "4b1137849ad07da36fc8f0f19cb64e7535a79296", "devDependencies": { "@tldraw/lfg": "latest" } }