mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-10-13 15:28:05 +01:00
22 lines
660 B
JSON
22 lines
660 B
JSON
{
|
|
"name": "cosmos-explorer-preview",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"deploy": "az webapp up --name \"dataexplorer-preview\" --subscription \"cosmosdb-portalteam-runners\" --resource-group \"dataexplorer-preview\" --runtime \"NODE:20-lts\" --sku P1V2",
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Microsoft Corporation",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.3",
|
|
"express": "^4.21.2",
|
|
"http-proxy-middleware": "^3.0.3",
|
|
"node": "^20.19.5",
|
|
"node-fetch": "^2.6.1",
|
|
"path-to-regexp": "^0.1.12"
|
|
}
|
|
}
|