{
  "name": "create-project-with-dom-wizard",
  "version": "1.0.3",
  "description": "JavaScript library that makes DOM manipulation easy and more managable.",
  "main": "index.js",
  "bin": "./bin/cli.js",
  "types": "./dom-wizard.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lindelwa122/dom-wizard.git"
  },
  "keywords": [
    "dom-manipulation",
    "dom",
    "library",
    "objects"
  ],
  "author": "Lindelwa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lindelwa122/dom-wizard/issues"
  },
  "homepage": "https://github.com/lindelwa122/dom-wizard#readme",
  "devDependencies": {
    "eslint": "^9.37.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^10.1.8",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.3",
    "prettier": "3.6.2"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  }
}
