mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 17:08:42 +00:00
28 lines
704 B
JSON
28 lines
704 B
JSON
{
|
|
"name": "vscode-mc-shader-client",
|
|
"description": "A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders",
|
|
"version": "0.0.1",
|
|
"publisher": "Noah Santschi-Cooney (Strum355)",
|
|
"author": "Noah Santschi-Cooney (Strum355)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Strum355/vscode-mc-shader"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.43.0"
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc -p ./"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.4.14",
|
|
"node-fetch": "^2.6.0",
|
|
"vscode-languageclient": "^6.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/vscode": "^1.47.0",
|
|
"@types/adm-zip": "^0.4.32",
|
|
"@types/node-fetch": "^2.5.4"
|
|
}
|
|
}
|