{
  "name": "select2",
  "version": "1.0.0",
  "description": "This is a [select2](https://select2.org/) integration for Drupal 8. It provides a render element (for usage in forms) and two field widgets. One for simple select fields and another for entity reference fields.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thunder/select2.git"
  },
  "author": "Christian Fritsch",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/thunder/select2/issues"
  },
  "homepage": "https://github.com/thunder/select2#readme",
  "scripts": {
    "build:css": "sass --no-source-map sass:css",
    "lint:css": "stylelint sass/*",
    "postbuild:css": "postcss --no-map --remove-all --config postcss.config.json -r css",
    "watch:css": "onchange \"sass\" -- npm run build:css"
  },
  "devDependencies": {
    "autoprefixer": "^10.3.7",
    "eslint": "^8.0.0",
    "onchange": "^7.1.0",
    "postcss": "^8.3.9",
    "postcss-calc": "^7.0.5",
    "postcss-cli": "^8.3.1",
    "postcss-custom-properties": "^10.0.0",
    "postcss-discard-comments": "^4.0.2",
    "sass": "^1.42.1",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-scss": "^3.21.0"
  },
  "dependencies": {},
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
