{ "name": "menuv", "version": "1.0.0", "description": "FiveM menu library for creating menu's", "main": "index.js", "scripts": { "build": "node ./build.js" }, "repository": { "type": "git", "url": "git+https://github.com/ThymonA/menuv.git" }, "keywords": [ "menuv", "fivem", "library", "thymona", "tigodevelopment" ], "author": "ThymonA", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/ThymonA/menuv/issues" }, "homepage": "https://github.com/ThymonA/menuv#readme", "dependencies": { "colors": "^1.4.0", "copy-webpack-plugin": "^7.0.0", "css-loader": "^5.0.1", "fs-extra": "^9.0.1", "html-webpack-plugin": "^4.5.1", "recursive-readdir": "^2.2.2", "ts-loader": "^8.0.14", "typescript": "^4.1.3", "vue": "^2.6.12", "vue-loader": "^15.9.6", "vue-scrollto": "^2.20.0", "vue-template-compiler": "^2.6.12" }, "devDependencies": { "command-line-args": "^5.1.1", "webpack": "^5.12.3", "webpack-cli": "^4.3.1", "webpack-dev-server": "^3.10.3" } }