{
  "name": "bootstrap-styles",
  "version": "5.3.8",
  "description": "Bootstrap css (styles only) ",
  "sass": "scss/bootstrap.scss",
  "style": "css/bootstrap.css",
  "scripts": {
    "prepare": "node ./move_bs.mjs",
    "version": "node ./version.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flow-tools/bootstrap-styles.git"
  },
  "author": "",
  "license": "MIT",
  "homepage": "https://github.com/flow-tools/bootstrap-styles#readme",
  "devDependencies": {
    "bootstrap": "5.3.8"
  },
  "files": [
    "css/*.{css,map}",
    "scss/**/*.scss"
  ]
}
