UNPKG

@webf/rule

Version:

Business rule validation library

43 lines (42 loc) 839 B
{ "name": "@webf/rule", "version": "1.0.1", "description": "Business rule validation library", "keywords": [ "rule", "validation", "business" ], "author": { "name": "Harshal Patil" }, "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "git+https://github.com/webf-run/rule.git" }, "type": "module", "scripts": { "build": "tsc -p tsconfig.build.json", "check:types": "tsc -p tsconfig.json", "dev:format": "prettier --write ." }, "main": "dist/main.js", "types": "dist/main.d.ts", "exports": { ".": { "types": "./dist/main.d.ts", "import": "./dist/main.js" } }, "devDependencies": { "prettier": "^3.4.2", "typescript": "^5.7.2" }, "volta": { "node": "22.12.0" }, "engines": { "node": ">=20.0.0" } }