{
"name": "@moonlight/triangulation",
"version": "1.0.0",
"description": "TypeScript bindings for Moonlight's immutable Delaunay mesh algebra.",
"type": "module",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
}
},
"files": [
"dist/src"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "node --test dist/test/binding.test.js"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"koffi": "3.1.4"
},
"devDependencies": {
"@types/node": "26.2.0",
"typescript": "7.0.2"
},
"license": "MIT",
"packageManager": "pnpm@11.21.0"
}