{ "name": "@fin.cx/fee-schedules", "version": "1.0.3", "private": false, "description": "Typed fee schedule catalogs by country, starting with German statutory and professional fee schedules.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "generate:germany": "node scripts/generate-germany.mjs", "test": "tstest test/ --verbose", "build": "tsbuild", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/fin.cx/fee-schedules.git" }, "keywords": [ "fee schedules", "germany", "fees", "healthcare", "legal fees", "court costs", "professional fees", "typescript" ], "author": "Fin.cx", "license": "MIT", "bugs": { "url": "https://code.foss.global/fin.cx/fee-schedules/issues" }, "homepage": "https://code.foss.global/fin.cx/fee-schedules#readme", "files": [ "ts/**/*", "scripts/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", ".smartconfig.json", "license", "readme.md" ], "devDependencies": { "@git.zone/tsbuild": "^4.4.1", "@git.zone/tsrun": "^2.0.4", "@git.zone/tstest": "^3.6.6", "@types/node": "^25.7.0" }, "packageManager": "pnpm@10.11.0" }