UNPKG

triangule

Version:

a library for triangulation and other triangle calculations

74 lines (73 loc) 1.53 kB
{ "name": "triangule", "version": "1.0.22", "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", "jsrpub": "npx jsr publish", "clean": "rimraf dist dist2 node_modules" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/eslint__js": "^8.42.3", "eslint": "^10.4.0", "eslint-config-prettier": "^10.1.8", "jsr": "^0.14.3", "npm-run-all2": "^9.0.0", "prettier": "^3.8.3", "rimraf": "^6.1.3", "tsup": "^8.5.1", "typescript": "^6.0.3", "typescript-eslint": "^8.59.4", "vitest": "^4.1.7" } }