@eclipse-glsp/prettier-config
Version:
Shared Prettier configuration for GLSP projects
36 lines (35 loc) • 886 B
JSON
{
"name": "@eclipse-glsp/prettier-config",
"version": "2.4.0",
"description": "Shared Prettier configuration for GLSP projects",
"keywords": [
"eclipse",
"glsp",
"prettier"
],
"homepage": "https://www.eclipse.org/glsp/",
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-glsp/glsp.git"
},
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"author": {
"name": "Eclipse GLSP"
},
"contributors": [
{
"name": "Eclipse GLSP Project",
"email": "glsp-dev@eclipse.org",
"url": "https://projects.eclipse.org/projects/ecd.glsp"
}
],
"main": "index.json",
"dependencies": {
"prettier-plugin-packagejson": "~2.4.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0559999af56de7627e26566a1b22a0c5311295da"
}