This repository has been archived on 2024-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
cosmos-sql-language-service/package.json

31 lines
735 B
JSON
Raw Permalink Normal View History

2018-11-26 15:46:04 +00:00
{
"author": "Microsoft Corporation",
"name": "@azure/cosmos-language-service",
2020-11-16 15:39:50 +00:00
"version": "0.0.5",
2018-11-26 15:46:04 +00:00
"description": "Cosmos DB SQL Language Service for the Monaco editor",
"dependencies": {
"antlr4": "4.7.1",
"monaco-editor": "0.18.1",
2018-11-26 15:46:04 +00:00
"q": "1.5.1",
"react": "16.5.2"
},
"devDependencies": {
"@types/react": "16.9.56",
2018-11-26 15:46:04 +00:00
"ts-loader": "5.1.1",
"ts-node": "7.0.0",
"typescript": "4.0.2"
2018-11-26 15:46:04 +00:00
},
"scripts": {
"dev": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/cosmos-sql-language-service"
},
"keywords": [
"Cosmos DB",
"Data",
"Language Service"
]
}