UNPKG

rulescribe

Version:
42 lines (41 loc) 989 B
{ "name": "rulescribe", "version": "0.3.6", "description": "Typescript rule engine", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && npx tsc -p tsconfig.json", "test": "jest", "cov": "jest --coverage" }, "module": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/loghmanb/rulescribe.git" }, "keywords": [ "Rule", "Engine", "Typescript", "BRMS" ], "author": { "name": "Loghman Barari", "email": "loghmanb@gmail.com", "url": "https://www.linkedin.com/in/loghman-barari-13095724/" }, "license": "GPL-3.0", "bugs": { "url": "https://github.com/loghmanb/rulescribe/issues" }, "homepage": "https://github.com/loghmanb/rulescribe#readme", "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.5" } }