mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +00:00
88f5e7485a
* Dynamic link to HEAD of a given PR * Display pr name and link in notification console * Pass along query string to Explorer This means you can write a URL like: https://cosmos-explorer-preview.azurewebsites.net/pull/123?feature.enableFoo=true and when Explorer loads it'll have enableFoo set to true in the features object.
19 lines
499 B
JSON
19 lines
499 B
JSON
{
|
|
"name": "cosmos-explorer-preview",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"deploy": "az webapp up -n cosmos-explorer-preview --subscription cosmosdb-portalteam-generaldemo -g 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"
|
|
}
|
|
}
|