UNPKG

@tldraw/assets

Version:

A tiny little drawing app (assets).

73 lines 1.77 kB
{ "name": "@tldraw/assets", "description": "A tiny little drawing app (assets).", "version": "2.0.0-alpha.12", "author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" }, "homepage": "https://tldraw.dev", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/tldraw/tldraw" }, "bugs": { "url": "https://github.com/tldraw/tldraw/issues" }, "keywords": [ "tldraw", "drawing", "app", "development", "whiteboard", "canvas", "infinite" ], "main": "dist-cjs/index.js", "files": [ "embed-icons", "icons", "fonts", "translations", "dist-esm", "dist-cjs", "src" ], "scripts": { "test": "yarn run -T jest --passWithNoTests", "test:coverage": "yarn run -T jest --passWithNoTests --coverage", "build:types": "yarn run -T tsx ../../scripts/build-types.ts", "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" }, "dependencies": { "@tldraw/utils": "2.0.0-alpha.12" }, "devDependencies": { "@swc/core": "^1.2.204", "@swc/jest": "^0.2.21", "ts-node-dev": "^1.1.8" }, "jest": { "preset": "config/jest/node", "setupFiles": [ "raf/polyfill" ], "moduleNameMapper": { "^~(.*)": "<rootDir>/src/$1" } }, "module": "dist-esm/index.mjs", "source": "src/index.ts", "exports": { ".": { "import": "./dist-esm/index.mjs", "require": "./dist-cjs/index.js" } } }