{
  "name": "parcel",
  "description": "Include @trumpetstech/bootwind UI components and individual Bootstrap 5 plugins with Parcel.",
  "version": "0.0.0",
  "private": true,
  "source": "src/index.html",
  "browserslist": "> 0.5%, last 2 versions, not dead",
  "scripts": {
    "start": "parcel serve src/index.html --public-url / --dist-dir dist",
    "watch": "parcel watch",
    "build": "parcel build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.6"
  },
  "devDependencies": {
    "@parcel/transformer-sass": "^2.7.0",
    "@trumpetstech/bootwind": "^1.2.11",
    "bootstrap": "^5.2.2",
    "parcel": "^2.7.0"
  }
}
