oscript-vscode-plugin
Version:
Oscript support for writing Autonomous Agents in VS Code
18 lines (17 loc) • 319 B
JSON
{
"name": "oscript-vscode-plugin-language-client",
"version": "1.0.0",
"author": "Obyte",
"license": "MIT",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/byteball/oscript-vscode-plugin"
},
"dependencies": {
"vscode-languageserver": "^5.2.1"
},
"scripts": {}
}