@deepnest/geometryutil
Version:
This tool is used within Applications provides by [www.deepnest.net](https://www.deepnest.net/).
66 lines (65 loc) • 1.67 kB
JSON
{
"name": "@deepnest/geometryutil",
"version": "0.0.7",
"publishConfig": {
"access": "public"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js"
}
},
"scripts": {
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"build:clean": "shx rm -rf ./build",
"build": "npm-run-all build:clean compile && node ./scripts/prepare-package-json.js",
"start": "tsc --watch",
"format": "prettier --write .",
"lint": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepnest-next/node-geometryutil.git"
},
"keywords": [
"deepnest",
"deepnest-next",
"worker",
"backend",
"worker-pool"
],
"author": "Josef Fröhle",
"license": "MIT",
"bugs": {
"url": "https://github.com/deepnest-next/node-geometryutil/issues"
},
"homepage": "https://www.deepnest.net",
"funding": [
{
"type": "patreon",
"url": "https://patreon.com/deepnest_next"
}
],
"devDependencies": {
"@alcalzone/esm2cjs": "^1.4.1",
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"npm-run-all": "^4.1.5",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"shx": "0.3.4"
}
}