initial push

This commit is contained in:
2025-05-27 21:31:02 -05:00
parent 3078fbb9e6
commit a03463b3f1
5 changed files with 336 additions and 2 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "Newton LSP Server Bridge",
"version": "0.0.1",
"scripts": {
"start": "node index.js",
"start-verbose": "node index.js --verbose"
},
"dependencies": {
"typescript": "^5.7.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"vscode-jsonrpc": "^8.1.0",
"vscode-uri": "^3.0.8",
"ws": "^8.13.0"
}
}