{
	"name": "@js-draw/math",
	"version": "1.33.0",
	"description": "A math library for js-draw. ",
	"types": "./dist/mjs/lib.d.ts",
	"main": "./dist/cjs/lib.js",
	"exports": {
		".": {
			"types": "./dist/mjs/lib.d.ts",
			"import": "./dist/mjs/lib.mjs",
			"require": "./dist/cjs/lib.js"
		}
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/personalizedrefrigerator/js-draw.git"
	},
	"author": "Henry Heino",
	"license": "MIT",
	"scripts": {
		"dist-test": "cd dist-test/test_imports && yarn install && yarn run test",
		"dist": "yarn run build && yarn run dist-test",
		"build": "build-tool build",
		"watch": "build-tool watch"
	},
	"dependencies": {
		"bezier-js": "6.1.3"
	},
	"devDependencies": {
		"@js-draw/build-tool": "^1.33.0",
		"@types/bezier-js": "4.1.0",
		"@types/jest": "29.5.5",
		"@types/jsdom": "21.1.3"
	},
	"bugs": {
		"url": "https://github.com/personalizedrefrigerator/js-draw/issues"
	},
	"homepage": "https://github.com/personalizedrefrigerator/js-draw#readme",
	"keywords": [
		"ink",
		"drawing",
		"pen",
		"freehand",
		"svg",
		"math"
	],
	"gitHead": "8f427476d052d5a3276aa5dbdac535f0d5f3fcd3"
}
