pretty-gd-js
Version:
A library that makes GDScript code look pretty.
38 lines • 831 B
JSON
{
"name": "pretty-gd-js",
"version": "1.18.1",
"description": "A library that makes GDScript code look pretty.",
"type": "module",
"main": "index.js",
"bin": {
"pretty-gd": "bin.js",
"pretty.gd": "bin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"command-line",
"godot",
"gamedev",
"gdscript",
"format",
"formatter",
"prettify",
"prettifier"
],
"author": "poeticAndroid",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/poeticAndroid/pretty-gd-js.git"
},
"bugs": {
"url": "https://github.com/poeticAndroid/pretty-gd-js/issues"
},
"homepage": "https://github.com/poeticAndroid/pretty-gd-js#readme",
"dependencies": {
"commander": "^13.1.0"
}
}