{
"name": "@johnnymorganz/stylua-bin",
"version": "2.4.1",
"description": "A code formatter for Lua",
"bin": {
"stylua": "./run.js"
},
"engines": {
"node": ">=10"
},
"scripts": {
"postinstall": "node ./install.js",
"preuninstall": "node ./uninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/johnnymorganz/stylua"
},
"keywords": [
"cli",
"utility",
"lua",
"lua52",
"formatter"
],
"author": "JohnnyMorganz <johnnymorganz@outlook.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/johnnymorganz/stylua/issues"
},
"homepage": "https://github.com/johnnymorganz/stylua#readme",
"dependencies": {
"axios": "^1.6.0",
"node-fetch": "^3.2.10",
"proxy-agent": "^6.4.0",
"rimraf": "^3.0.2",
"unzipper": "^0.10.11"
}
}