2021-04-02 12:24:01 -05:00
|
|
|
{
|
|
|
|
"name": "cosmos-explorer-preview",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2025-01-30 16:14:03 -08:00
|
|
|
"deploy": "az webapp up --name \"dataexplorer-preview\" --subscription \"cosmosdb-portalteam-runners\" --resource-group \"dataexplorer-preview\" --runtime \"NODE:18-lts\" --sku P1V2",
|
2021-04-02 12:24:01 -05:00
|
|
|
"start": "node index.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.17.1",
|
2025-01-30 16:14:03 -08:00
|
|
|
"http-proxy-middleware": "^3.0.3",
|
|
|
|
"node": "^18.20.6",
|
2021-04-12 13:10:31 -07:00
|
|
|
"node-fetch": "^2.6.1"
|
2021-04-02 12:24:01 -05:00
|
|
|
}
|
2025-01-30 16:14:03 -08:00
|
|
|
}
|