{
  "name": "tsge",
  "version": "0.0.2",
  "description": "",
  "main": "src/lib.ts",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "serve": "webpack serve",
    "docs": "typedoc"
  },
  "author": "BehindLoader",
  "license": "MIT",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "^8.19.0",
    "eslint-webpack-plugin": "^3.2.0",
    "html-webpack-plugin": "^5.5.0",
    "ts-loader": "^9.3.1",
    "typedoc": "^0.23.9",
    "typescript": "^4.7.4",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.9.3"
  }
}
