{
  "name": "theisland",
  "description": "A CiviCRM theme based on Bootstrap",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://lab.civicrm.org/extensions/theisland/"
  },
  "bugs": {
    "url": "https://lab.civicrm.org/extensions/theisland/-/issues"
  },
  "scripts": {
    "postinstall": "npx gulp copy && npx gulp sass"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "semistandard": {
    "globals": [
      "CRM",
      "jQuery",
      "MutationObserver"
    ],
    "ignore": [
      "base/js/*"
    ]
  },
  "resolutions": {
    "tar": "*"
  },
  "devDependencies": {
    "bootstrap-sass": "^3.4.3",
    "extend": "^3.0.2",
    "gulp": "^4.0.2",
    "gulp-postcss": "^9.0.1",
    "gulp-replace": "^1.1.4",
    "gulp-sass": "^5.1.0",
    "gulp-sass-glob": "^1.1.0",
    "gulp-strip-css-comments": "^2.0.0",
    "gulp-transform-selectors": "^0.0.2",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.2",
    "npm-force-resolutions": "^0.0.10",
    "path": "^0.12.7",
    "plugin-error": "^2.0.1",
    "postcss-discard-duplicates": "^6.0.1",
    "postcss-prefix-selector": "^1.16.0",
    "sass": "^1.70.0",
    "semistandard": "^16.0.1",
    "simple-git": "^3.16.0",
    "stylelint": "^16.3.1",
    "stylelint-config-sass-guidelines": "^11.1.0",
    "stylelint-order": "^6.0.4",
    "stylelint-scss": "^6.2.1",
    "yargs": "^17.6.2"
  },
  "overrides": {
    "glob-parent": "6.0.2"
  }
}
