{
  "author": "Tomasz Marek Sulima <eiji7@cryptolab.net>",
  "description": "The official JavaScript API for the DevJoy hex package.",
  "devDependencies": {
    "documentation": "^14.0.3",
    "@vue/compiler-sfc": "^3.5.13"
  },
  "exports": {
    "import": "./priv/static/dev_joy.mjs",
    "require": "./priv/static/dev_joy.cjs.js"
  },
  "files": [
    "assets/js/dev_joy.js",
    "LICENSE.md",
    "package.json",
    "priv/static/*",
    "README.md"
  ],
  "jsdelivr": "./priv/static/dev_joy.min.js",
  "license": "MIT",
  "main": "./priv/static/dev_joy.cjs.js",
  "module": "./priv/static/dev_joy.mjs",
  "name": "DevJoy",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/ramurix-software/dev-joy"
  },
  "scripts": {
    "docs": "documentation build assets/js/dev_joy.js -f html -o doc/js"
  },
  "unpkg": "./priv/static/dev_joy.min.js",
  "version": "2.0.0"
}
