2021-11-28 10:05:40 +00:00
|
|
|
{
|
2022-02-03 11:19:12 +00:00
|
|
|
"version": "1.6.1",
|
2021-11-28 10:05:40 +00:00
|
|
|
"name": "@tldraw/curve",
|
|
|
|
"description": "Curve 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",
|
|
|
|
"curve",
|
|
|
|
"spline",
|
|
|
|
"typescript",
|
|
|
|
"javascript"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"dist/**/*"
|
|
|
|
],
|
2022-02-08 11:05:56 +00:00
|
|
|
"main": "./dist/index.js",
|
|
|
|
"module": "./dist/index.mjs",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"source": "./dist/index.ts",
|
2021-11-28 10:05:40 +00:00
|
|
|
"scripts": {
|
2022-02-08 11:05:56 +00:00
|
|
|
"start": "yarn lask -d",
|
|
|
|
"build": "yarn lask",
|
2021-11-28 10:05:40 +00:00
|
|
|
"start:packages": "yarn start",
|
|
|
|
"start:core": "yarn start",
|
|
|
|
"build:core": "yarn build",
|
|
|
|
"build:packages": "yarn build",
|
|
|
|
"lint": "eslint src/ --ext .ts,.tsx",
|
2022-02-08 11:05:56 +00:00
|
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
2021-11-28 10:18:55 +00:00
|
|
|
},
|
2022-02-08 11:05:56 +00:00
|
|
|
"gitHead": "3ab5db27b9e83736fdae934474e80e90c854922c",
|
|
|
|
"devDependencies": {
|
|
|
|
"lask": "^0.0.29"
|
|
|
|
}
|
|
|
|
}
|