{ "name": "@brazil-swift-ops/utils", "version": "1.0.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "type-check": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "@brazil-swift-ops/types": "workspace:*", "decimal.js": "^10.4.3", "date-fns": "^3.0.0" }, "devDependencies": { "typescript": "^5.3.3" } }