UNPKG

@ruleenginejs/schema

Version:
38 lines (37 loc) 771 B
{ "name": "@ruleenginejs/schema", "version": "1.0.6", "description": "Rule engine schema", "main": "index.js", "types": "index.d.ts", "files": [ "schema", "index.js", "index.d.ts" ], "dependencies": { "ajv": "^8.11.0", "ajv-formats": "^2.1.1" }, "repository": { "type": "git", "url": "git+https://github.com/ruleenginejs/ruleengine.git", "directory": "packages/schema" }, "keywords": [ "ruleengine", "schema" ], "author": "Nikolay Naumenkov", "license": "MIT", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/ruleenginejs/ruleengine/issues" }, "homepage": "https://github.com/ruleenginejs/ruleengine#readme", "engines": { "node": ">=8.10.0" } }