Newton-LSP/package.json

17 lines
343 B
JSON
Raw Permalink Normal View History

2025-05-28 02:31:02 +00:00
{
"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"
}
}