{
  "name": "eyeprolog",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.6.8",
  "description": "EyeProlog turns facts and rules into answers and proofs.",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "bin": {
    "eyeprolog": "./bin/eyeprolog.js"
  },
  "keywords": [
    "logic",
    "rules",
    "prolog",
    "reasoner",
    "proofs"
  ],
  "license": "MIT",
  "author": "Jos De Roo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eyereasoner/eyeprolog.git"
  },
  "homepage": "https://github.com/eyereasoner/eyeprolog#readme",
  "files": [
    "LICENSE.md",
    "README.md",
    "index.js",
    "index.d.ts",
    "playground.html",
    "bin",
    "src",
    "tools",
    "conformance-report.md",
    "the-art-of-eyeprolog.md",
    "why-eyeprolog.md",
    "book-assets",
    "examples",
    "test"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node test/run-all.mjs",
    "preversion": "node tools/generate-library-autoload-index.mjs && node tools/generate-predicate-reference.mjs && node tools/extract-book-examples.mjs && npm test && node test/run-neumerkel.mjs --cached --update-report && node test/run-conformance-report.mjs conformance-report.md && git add src/library-autoload-index.js the-art-of-eyeprolog.md examples/book test/conformance/NEUMERKEL-LATEST.md conformance-report.md",
    "postversion": "git push origin HEAD --follow-tags"
  }
}
