{
  "name": "@dom-manipulation-library/dml",
  "version": "1.1.5",
  "description": "JavaScript library that makes DOM manipulation easy and more managable.",
  "main": "index.js",
  "bin": "./bin/cli.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lindelwa122/dom-manipulation-library.git"
  },
  "keywords": [
    "dom-manipulation",
    "dom",
    "library",
    "objects"
  ],
  "author": "Lindelwa",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lindelwa122/dom-manipulation-library/issues"
  },
  "homepage": "https://github.com/lindelwa122/dom-manipulation-library#readme",
  "dependencies": {
    "@dom-manipulation-library/create-project": "^1.0.3"
  },
  "devDependencies": {
    "eslint": "^8.51.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^9.0.0",
    "husky": "^8.0.3",
    "lint-staged": "^14.0.1",
    "prettier": "3.0.3"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  }
}
