@naktibalda/stub-azure-function-context
Version:
Unmaintained fork of stub-azure-function-context
65 lines (64 loc) • 1.76 kB
JSON
{
"name": "@naktibalda/stub-azure-function-context",
"version": "3.0.0",
"description": "Unmaintained fork of stub-azure-function-context",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build --silent",
"lint": "eslint -c .eslintrc.json --ignore-path .eslintignore ./",
"test": "mocha -r ts-node/register -r test/etc/bootstrap.ts --extension ts",
"test:coverage": "nyc --all npm run test --silent",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willmorgan/stub-azure-function-context.git"
},
"keywords": [
"azure",
"function",
"runtime",
"serverless",
"testing",
"unit"
],
"author": "Will Morgan",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/willmorgan/stub-azure-function-context/issues"
},
"homepage": "https://github.com/willmorgan/stub-azure-function-context#readme",
"devDependencies": {
"@azure/functions": "^3.2.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@tsconfig/node10": "^1.0.9",
"@types/chai": "^4.3.1",
"@types/content-type": "^1.1.5",
"@types/mocha": "^9.1.1",
"@types/node": "^10.17.60",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"chai": "^4.3.6",
"eslint": "^7.32.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"content-type": "^1.0.4",
"uuid": "^8.3.2"
}
}