Files

24 lines
535 B
JSON
Raw Permalink Normal View History

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