{
  "name": "@cityssm/bulma-js",
  "version": "1.0.0-rc.4",
  "description": "The unofficial missing JavaScript library for Bulma websites",
  "keywords": [
    "aria",
    "bulma",
    "dropdown",
    "navbar",
    "navigation",
    "modal",
    "alert",
    "confirm"
  ],
  "homepage": "https://github.com/cityssm/bulma-js#readme",
  "bugs": {
    "url": "https://github.com/cityssm/bulma-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/bulma-js.git"
  },
  "license": "MIT",
  "author": "The Corporation of the City of Sault Ste. Marie",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/bulma-js.js",
    "./types.js": "./types.js"
  },
  "files": [
    "dist",
    "src/bulma-js.*",
    "types.*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@types/gulp": "^4.0.18",
    "eslint-config-cityssm": "^38.3.1",
    "gulp": "^5.0.1",
    "gulp-replace": "^1.1.4",
    "prettier-config-cityssm": "^2.1.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
