{
  "name": "nice-select2",
  "version": "2.4.1",
  "description": "A lightweight Vanilla JavaScript plugin that replaces native select elements with customizable dropdowns.",
  "main": "src/js/nice-select2.js",
  "directories": {
    "doc": "docs"
  },
  "dependencies": {
    "cross-env": "^7.0.3",
    "css-loader": "^7.1.2"
  },
  "devDependencies": {
    "mini-css-extract-plugin": "^2.9.2",
    "sass": "^1.83.4",
    "sass-loader": "^16.0.4",
    "shx": "^0.3.4",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1"
  },
  "scripts": {
    "watch": "webpack --watch --progress",
    "dev": "npm run clean && cross-env NODE_ENV=\"development\" webpack",
    "clean": "shx rm -rf build/static",
    "build": "npm run clean && cross-env NODE_ENV=\"production\" webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluzky/nice-select2.git"
  },
  "keywords": [
    "select",
    "vanilla"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bluzky/nice-select2/issues"
  },
  "homepage": "https://github.com/bluzky/nice-select2#readme",
  "module": "dist/js/nice-select2.js"
}
