{
  "name": "juris",
  "version": "0.5.2",
  "description": "JavaScript Unified Reactive Interface Solution - Transforms web development through comprehensive object-first architecture that makes reactivity an intentional choice rather than automatic behavior",
  "main": "juris.js",
  "type": "module",
  "browser": "juris.js",
  "unpkg": "juris.js",
  "jsdelivr": "juris.js",
  "files": [
    "juris.js",
    "juris.mini.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "echo \"Ready to publish Juris framework\""
  },
  "keywords": [
    "reactive",
    "framework",
    "javascript",
    "web-development",
    "object-first",
    "ai-collaboration",
    "interface",
    "unified",
    "reactivity"
  ],
  "author": "Resti Guay <resti.guay@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jurisjs/juris.git"
  },
  "bugs": {
    "url": "https://github.com/jurisjs/juris/issues"
  },
  "homepage": "https://jurisjs.com",
  "engines": {
    "node": ">=14.0.0"
  }
}