sheetfold
Version:
a library for metal sheet construction
75 lines (74 loc) • 1.49 kB
JSON
{
"name": "sheetfold",
"version": "1.0.5",
"description": "a library for metal sheet construction",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/charlyoleg2/parame78.git"
},
"homepage": "https://charlyoleg2.github.io/parame78/",
"author": "charlyoleg",
"license": "ISC",
"keywords": [
"metal",
"wood",
"sheet",
"cut",
"fold",
"chaudronnerie",
"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.33.0",
"eslint-config-prettier": "^10.1.8",
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"tsup": "^8.5.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"vitest": "^3.2.4"
},
"dependencies": {
"geometrix": "^1.0.24"
}
}