{ "name": "@blackroad-os/pack-finance", "version": "0.1.0", "type": "module", "description": "Finance Pack for BlackRoad OS - budgeting, reconciliation, and financial forecasting", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint . --ext .ts", "clean": "rm -rf dist", "fmt": "prettier --write agents workflows lib", "postbuild": "python scripts/postbuild.py" }, "keywords": ["blackroad-os", "finance", "budgeting", "reconciliation"], "author": "BlackRoad OS", "license": "MIT", "dependencies": { "decimal.js": "^10.4.3", "handlebars": "^4.7.8" }, "devDependencies": { "@types/node": "^20.11.30", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^9.4.0", "jest": "^29.7.0", "@types/jest": "^29.5.8", "ts-jest": "^29.1.1", "typescript": "^5.4.0", "prettier": "^3.2.5", "ts-node": "^10.9.2" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" } }