2021-04-02 18:24:01 +01:00
|
|
|
{
|
|
|
|
"name": "cosmos-explorer-preview",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-05-05 04:11:13 +01:00
|
|
|
"deploy": "az webapp up --name \"cosmos-explorer-preview\" --subscription \"cosmosdb-portalteam-generaltest-msft\" --resource-group \"stfaul\"",
|
2021-04-02 18:24:01 +01:00
|
|
|
"start": "node index.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.17.1",
|
2021-04-12 21:10:31 +01:00
|
|
|
"http-proxy-middleware": "^1.1.0",
|
|
|
|
"node-fetch": "^2.6.1"
|
2021-04-02 18:24:01 +01:00
|
|
|
}
|
2022-05-05 04:11:13 +01:00
|
|
|
}
|