{
  "name": "@ngblaylock/bootstrap-extensions",
  "version": "0.3.0",
  "description": "Commonly used code to extend or modify Bootstrap 5",
  "repository": "github:ngblaylock/bootstrap-extensions",
  "sass": "src/scss/bootstrap-extensions.scss",
  "style": "dist/css/bootstrap-extensions.min.css",
  "main": "dist/js/bootstrap-extensions.min.js",
  "module": "dist/js/bootstrap-extensions.min.mjs",
  "types": "types/bootstrap-extensions.d.ts",
  "exports": {
    "require": "./dist/js/bootstrap-extensions.min.cjs",
    "import": "./dist/js/bootstrap-extensions.min.mjs",
    "types": "./types/bootstrap-extensions.d.ts"
  },
  "type": "module",
  "scripts": {
    "clean": "rm -rf docs && rm -rf dist && rm -rf bootstrap-extensions",
    "build": "npm run clean && npm run scss:build && npm run js:build && tsc && npx @11ty/eleventy",
    "dev": "npm run clean && npm run scss:watch & npm run js:watch & npx @11ty/eleventy --serve",
    "stage": "npm run build && mv docs bootstrap-extensions",
    "scss:build": "node ./build-sass.js",
    "scss:watch": "node ./build-sass.js -w",
    "js:build": "rollup -c",
    "js:watch": "rollup -c -w"
  },
  "keywords": [
    "Bootstrap 5"
  ],
  "author": "ngblaylock",
  "license": "ISC",
  "devDependencies": {
    "@11ty/eleventy": "^3.1.1",
    "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/node": "^20.12.7",
    "bootstrap": "^5.3.3",
    "chokidar": "^3.6.0",
    "eleventy-plugin-helmet": "^0.2.2",
    "markdown-it-link-attributes": "^4.0.1",
    "rollup": "^4.19.0",
    "sass": "^1.75.0",
    "typescript": "^5.6.3"
  }
}
