40 lines
No EOL
958 B
JSON
40 lines
No EOL
958 B
JSON
{
|
|
"version": "1.7.0",
|
|
"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/**/*"
|
|
],
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"source": "./dist/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": "3ab5db27b9e83736fdae934474e80e90c854922c",
|
|
"devDependencies": {
|
|
"@tldraw/lfg": "latest"
|
|
}
|
|
} |