Files
fee-schedules/package.json
T
2026-05-14 10:05:17 +00:00

53 lines
1.3 KiB
JSON

{
"name": "@fin.cx/fee-schedules",
"version": "1.0.0",
"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"
}