mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 14:36:54 +00:00
9cb4632f32
* Update subscription for preview PRs * Fix command line args * Replace subid for sub name * Remove --subscription from az storage commands * revert other changes
18 lines
533 B
JSON
18 lines
533 B
JSON
{
|
|
"name": "cosmos-explorer-preview",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"deploy": "az webapp up --name \"cosmos-explorer-preview\" --subscription \"cosmosdb-portalteam-generaltest-msft\" --resource-group \"stfaul\"",
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Microsoft Corporation",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"http-proxy-middleware": "^1.1.0",
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
} |