prettier-plugin-gml
Version:
Adds GML language support to Prettier
26 lines (25 loc) • 641 B
JSON
{
"name": "prettier-plugin-gml",
"version": "0.1.3",
"description": "Adds GML language support to Prettier",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TaylorAbraham/prettier-plugin-gml.git"
},
"keywords": [
"prettier",
"prettier-plugin",
"gml",
"game-maker"
],
"author": "Taylor Abraham",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TaylorAbraham/prettier-plugin-gml/issues"
},
"homepage": "https://github.com/TaylorAbraham/prettier-plugin-gml#readme",
"dependencies": {
"prettier": "2.0.5"
}
}