{
  "name": "display-logic",
  "version": "4.0.0",
  "description": "Display logic module for interface",
  "directories": {},
  "bin": {
    "webpack": "./node_modules/webpack/webpack.js"
  },
  "engines": {
    "node": "^18"
  },
  "scripts": {
    "build": "yarn && NODE_ENV=production webpack --mode production --bail --progress",
    "dev": "NODE_ENV=development webpack --progress",
    "watch": "NODE_ENV=development webpack --watch --progress",
    "css": "WEBPACK_CHILD=css npm run build",
    "lint": "eslint client/src && sass-lint -v"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/unclecheese/silverstripe-display-logic.git"
  },
  "keywords": [
    "silverstripe",
    "module"
  ],
  "author": "Uncle Cheese",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/unclecheese/silverstripe-display-logic/issues"
  },
  "homepage": "https://github.com/unclecheese/silverstripe-display-logic",
  "dependencies": {
    "jquery": "3"
  },
  "devDependencies": {
    "@silverstripe/webpack-config": "^2.0.0-alpha9",
    "webpack": "^5.74.0",
    "webpack-cli": "^5.0.0"
  },
  "resolutions": {
    "eslint": "^4.6.1"
  }
}
