{
  "name": "dolla",
  "type": "module",
  "version": "1.6.1",
  "description": "A light set of helpers for building and manipulating DOM",
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./*": "./lib/*.js"
  },
  "scripts": {
    "test": "mocha -r jsdom-global/register --config ./.mocha.yml",
    "docs:build": "jsdoc -c jsdoc.json",
    "docs:server": "concurrently \"http-server _docs -p 8080 -o\" \"nodemon --watch lib --watch docs --ext js,css,md --exec 'npm run docs:build'\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bemky/dolla.git"
  },
  "keywords": [
    "dom"
  ],
  "author": "Ben Ehmke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bemky/dolla/issues"
  },
  "homepage": "https://github.com/bemky/dolla#readme",
  "devDependencies": {
    "@alphanull/jsdoc-plugin-esnext": "^1.1.0",
    "@bemky/jsdoc-export-function-name-fix": "github:bemky/jsdoc-export-function-name-fix",
    "concurrently": "^9.2.1",
    "http-server": "^14.1.1",
    "jsdoc": "^4.0.4",
    "jsdoc-stock": "^1.2.2",
    "jsdom-global": "^3.0.2",
    "mocha": "^12.0.0-beta-3",
    "nodemon": "^3.1.10",
    "prettier-plugin-jsdoc": "^1.3.3"
  }
}
