-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 716 Bytes
/
Copy pathpackage.json
File metadata and controls
16 lines (16 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "trainz-language-server",
"version": "0.1.0",
"description": "Language Server Protocol implementation for the GS (Game Script) and AcsText languages used in Trainz",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Cethric/trainz-language-server"
},
"scripts": {
"update-crate-version": "node scripts/update-crate-version.js",
"update-extension-version": "node scripts/update-extension-version.js",
"update-root-version": "node scripts/update-root-versions.js"
},
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
}