{
	"name": "triangule",
	"version": "1.0.8",
	"description": "a library for triangulation and other triangle calculations",
	"private": false,
	"repository": {
		"type": "git",
		"url": "git+https://github.com/charlyoleg2/parame78.git"
	},
	"homepage": "https://charlyoleg2.github.io/parame78/",
	"author": "charlyoleg",
	"license": "ISC",
	"keywords": [
		"triangle",
		"triangulation",
		"triangule",
		"angles",
		"length",
		"parametrix",
		"3D",
		"CAD"
	],
	"type": "module",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		}
	},
	"files": [
		"dist",
		"!dist/**/*.map",
		"!dist/**/*.test.*",
		"!dist/**/*.spec.*"
	],
	"tsup": {
		"entry": [
			"src/index.ts"
		],
		"format": "esm",
		"splitting": false,
		"dts": true,
		"sourcemap": true,
		"clean": true
	},
	"scripts": {
		"dev": "tsup --watch",
		"build": "tsup",
		"check": "tsc --noEmit",
		"pretty": "prettier --check .",
		"format": "prettier --write .",
		"lint": "eslint .",
		"test:unit": "vitest",
		"test:unit:once": "vitest --run",
		"ci": "run-s check build pretty lint test:unit:once",
		"clean": "rimraf dist dist2 node_modules"
	},
	"devDependencies": {
		"@eslint/js": "^9.22.0",
		"@types/eslint__js": "^8.42.3",
		"eslint": "^9.23.0",
		"eslint-config-prettier": "^10.1.1",
		"npm-run-all2": "^7.0.2",
		"prettier": "^3.5.3",
		"rimraf": "^6.0.1",
		"tsup": "^8.4.0",
		"typescript": "^5.8.2",
		"typescript-eslint": "^8.28.0",
		"vitest": "^3.0.9"
	}
}
