UNPKG

@celastrina/core

Version:

Javascript Framework for simplifying Microsoft Azure Functions and supporting resources.

42 lines (41 loc) 1.01 kB
{ "name": "@celastrina/core", "version": "4.17.46", "description": "Javascript Framework for simplifying Microsoft Azure Functions and supporting resources.", "main": "Core.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/celastrina/core.git", "directory": "@celastrina/core" }, "keywords": [ "Microsoft", "Azure", "Function", "Javascript", "Node.js" ], "author": "Robert R Murrell", "license": "MIT", "bugs": { "url": "https://github.com/celastrina/core/issues" }, "homepage": "https://github.com/celastrina/core#readme", "dependencies": { "@azure/identity": "^2.0.1", "adal-node": "^0.2.2", "axios": "^0.21.1", "jsonwebtoken": "^9.0.0", "moment": "^2.29.1", "querystring": "^0.2.1", "uuid": "^8.3.2" }, "devDependencies": { "axios-mock-adapter": "^1.20.0", "mocha": "^9.0.1", "sinon": "^11.1.1" } }