Path: blob/master/cheatGUI/package.json
3263 views
{1"name": "cheatgui",2"version": "3.0.1",3"description": "Prodigy Hack GUI",4"main": "dist/bundle.js",5"scripts": {6"setup": "pnpm install",7"build": "pnpm webpack --config webpack.config.js",8"server": "node hot-reload.mjs"9},10"repository": {11"type": "git",12"url": "git+https://github.com/ProdigyPNP/ProdigyMathGameHacking.git#master"13},14"keywords": [],15"author": "ProdigyPNP",16"license": "MPL-2.0",17"dependencies": {18"@babel/core": "^7.20.12",19"@babel/plugin-proposal-optional-chaining": "^7.20.7",20"@babel/preset-env": "^7.20.2",21"babel": "^6.23.0",22"sweetalert2-neutral": "11.6.15-neutral"23},24"devDependencies": {25"@typescript-eslint/eslint-plugin": "^7.0.2",26"@typescript-eslint/parser": "^7.0.1",27"autoprefixer": "^10.4.13",28"babel-loader": "^9.1.2",29"css-loader": "^7.0.0",30"eslint": "^9.1.0",31"eslint-config-standard": "^17.0.0",32"postcss": "^8.4.21",33"postcss-loader": "^8.0.0",34"sass": "^1.58.0",35"sass-loader": "^14.0.0",36"socket.io": "^4.6.0",37"socket.io-client": "^4.6.0",38"style-loader": "^4.0.0",39"ts-loader": "^9.4.2",40"typescript": "^5.0.2",41"webpack": "^5.75.0",42"webpack-cli": "^5.0.1"43},44"bugs": {45"url": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/issues"46},47"homepage": "https://github.com/ProdigyPNP/ProdigyMathGameHacking/tree/master#readme"48}495051