{
  "name": "cthulhu-rlyeh",
  "version": "3.2.5",
  "description": "DOM manipulation based on cthulhu node architecture",
  "type": "module",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "author": "Keltoi",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "bugs": {
    "email": "devops@keltoi.tech"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Keltoi-Tech/Rlyeh.git"
  },
  "scripts": {
    "test": "npm run build & npm link",
    "build": "rollup -c"
  },
  "keywords": [
    "Cthulhu",
    "Ryleh",
    "JS",
    "SPA",
    "ES6"
  ],
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "rollup": "^4.29.1"
  },
  "dependencies": {
    "@keltoi/naming-converting": "^2.0.1",
    "cthulhu": "^3.1.4"
  }
}
