UNPKG

pretty-gd-js

Version:

A library that makes GDScript code look pretty.

38 lines 834 B
{ "name": "pretty-gd-js", "version": "2.0.5", "description": "A library that makes GDScript code look pretty.", "type": "module", "main": "pretty-gd.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" } }