UNPKG

cosmosdb-adapter

Version:

A Node.js adapter for Cosmos DB with functions commonly (re)implemented in Azure projects.

30 lines (29 loc) 737 B
{ "name": "cosmosdb-adapter", "version": "0.4.3", "description": "A Node.js adapter for Cosmos DB with functions commonly (re)implemented in Azure projects.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/drigofonte/cosmosdb-adapter.git" }, "keywords": [ "cosmosdb", "cosmos", "db", "azure", "adapter" ], "author": "Rodrigo Fontenele Carvalho", "license": "MIT", "bugs": { "url": "https://github.com/drigofonte/cosmosdb-adapter/issues" }, "homepage": "https://github.com/drigofonte/cosmosdb-adapter#readme", "dependencies": { "@azure/cosmos": "^3.11.0" } }