2023-04-25 11:01:25 +00:00
|
|
|
{
|
|
|
|
"name": "@tldraw/polyfills",
|
|
|
|
"description": "Polyfills for tldraw.",
|
|
|
|
"version": "2.0.0-alpha.12",
|
|
|
|
"packageManager": "yarn@3.5.0",
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"/* 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",
|
|
|
|
"/* GOTCHA */": "files will include ./dist and index.d.ts by default, add any others you want to include in here",
|
|
|
|
"files": [],
|
|
|
|
"scripts": {
|
2023-05-12 15:41:40 +00:00
|
|
|
"build": "yarn run -T tsx ../../scripts/build-package.ts",
|
2023-05-02 12:25:26 +00:00
|
|
|
"build-api": "yarn run -T tsx ../../scripts/build-api.ts",
|
2023-04-25 11:01:25 +00:00
|
|
|
"prepack": "yarn run -T tsx ../../scripts/prepack.ts",
|
|
|
|
"postpack": "../../scripts/postpack.sh",
|
|
|
|
"pack-tarball": "yarn pack",
|
|
|
|
"lint": "yarn run -T tsx ../../scripts/lint.ts"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"core-js": "^3.27.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-05 17:32:32 +00:00
|
|
|
"lazyrepo": "0.0.0-alpha.27"
|
2023-04-25 11:01:25 +00:00
|
|
|
}
|
|
|
|
}
|