{
  "name": "craft-quick-field",
  "version": "2.0.3",
  "description": "Create fields on the fly while designing field layouts",
  "main": "webpack.config.js",
  "scripts": {
    "build": "./node_modules/.bin/ts-standard && ./node_modules/.bin/webpack --config ./client/build/webpack.config.js"
  },
  "devDependencies": {
    "@types/jquery": "^3.5.14",
    "css-loader": "^6.7.1",
    "mini-css-extract-plugin": "^2.6.1",
    "sass": "^1.53.0",
    "sass-loader": "^13.0.2",
    "source-map-loader": "^4.0.0",
    "ts-loader": "^9.3.1",
    "ts-standard": "^11.0.0",
    "typescript": "^4.7.4",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0"
  },
  "ts-standard": {
    "ignore": [
      "src/resources/**/*.js"
    ],
    "project": "client/src/scripts/tsconfig.json"
  }
}
