-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 807 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "azure-cosmosdb-sql-api-nodejs-getting-started",
"version": "0.0.0",
"description": "A short sample app to demonstrate how to get started with Azure Cosmos DB's SQL API",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"@azure/cosmos": "3.5.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"path": "^0.12.7",
"restify": "^8.5.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/discrete-javascript/solize-admin-server.git"
},
"author": "Rajesh W",
"license": "ISC",
"bugs": {
"url": "https://github.com/discrete-javascript/solize-admin-server/issues"
},
"homepage": "https://github.com/discrete-javascript/solize-admin-server#readme"
}