{
  "name": "smalldom",
  "version": "1.0.8",
  "description": "Build XML/HTML based files dynamicaly with .sdom transpiler !",
  "main": "lib/sdom.js",
  "type": "module",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enzoaicardi/smalldom-v1.git"
  },
  "keywords": [
    "html",
    "xml",
    "dom",
    "sdom",
    "smalldom"
  ],
  "author": "Enzo Aicardi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/enzoaicardi/smalldom-v1/issues"
  },
  "homepage": "https://sdom.aicardi.pro",
  "bin": {
    "sdom": "dist/sdom.commands.js"
  },
  "dependencies": {
    "yargs": "^17.6.0"
  }
}
