{
  "name": "bs-companion",
  "version": "1.3.6",
  "description": "The perfect Bootstrap companion",
  "type": "module",
  "main": "bs-companion",
  "scripts": {
    "test": "ava",
    "build": "esbuild --bundle --minify --format=esm --sourcemap bs-companion.js --outfile=./static/dist/bs-companion.min.js",
    "start": "npm run build -- --servedir=./static",
    "watch": "npm run build -- --watch",
    "build-min": "npm run build && git add -A && git commit -m \"build min file\"",
    "compile-css": "sass scss/bs-companion.scss:static/dist/bs-companion.min.css --style compressed --load-path=node_modules/",
    "watch-css": "npm run compile-css -- --watch --poll",
    "prefix-css": "postcss static/dist/bs-companion.min.css --replace --use autoprefixer",
    "build-css": "npm run compile-css && npm run prefix-css",
    "build-all": "npm run build && npm run build-css && git add -A && git commit -m \"build files\"",
    "update-deps": "npx npm-check-updates -u",
    "bump": "npm run build-min && npm version patch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lekoala/bs-companion"
  },
  "keywords": [
    "html",
    "javascript",
    "bootstrap",
    "companion",
    "toast",
    "modals",
    "tabs",
    "table",
    "responsive",
    "es6"
  ],
  "author": "LeKoala",
  "license": "MIT",
  "ava": {
    "require": [
      "./test/_setup-browser-env.js"
    ]
  },
  "dependencies": {
    "bootstrap": "^5.3.0"
  },
  "devDependencies": {
    "@happy-dom/global-registrator": "^9.10.9",
    "ava": "^5.2.0",
    "esbuild": "^0.17.18"
  }
}
