blob: d1af06de9f3ec05173ac87b09288315749795667 [file] [log] [blame]
{
"name": "@openwhisk/wskdebug",
"version": "1.2.0",
"description": "Debugging and live development tool for Apache OpenWhisk",
"license": "Apache-2.0",
"author": "Apache Software Foundation",
"repository": "github:apache/openwhisk-wskdebug",
"homepage": "https://github.com/apache/openwhisk-wskdebug#readme",
"bugs": "https://github.com/apache/openwhisk-wskdebug/issues",
"keywords": [
"openwhisk",
"debug",
"debugger",
"serverless",
"apache"
],
"main": "index.js",
"bin": {
"wskdebug": "./wskdebug.js"
},
"scripts": {
"test": "nyc mocha test/**/*.test.js",
"posttest": "eslint .",
"report-coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json"
},
"nyc": {
"all": true,
"es-modules": false,
"reporter": "text",
"include": [
"[^.]*.js",
"src/**/*.js",
"agent/**/*.js"
]
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporterOptions": {
"configFile": "test/multireporterconfig.json"
},
"file": "test/logfile.setup.js"
},
"dependencies": {
"fetch-retry": "^3.1.0",
"fs-extra": "^8.1.0",
"isomorphic-fetch": "^2.2.1",
"livereload": "^0.9.1",
"manakin": "^0.5.2",
"ngrok": "^3.2.7",
"openwhisk": "^3.21.1",
"yargs": "^15.1.0"
},
"devDependencies": {
"clone": "^2.1.2",
"codecov": "^3.6.5",
"eslint": "^6.8.0",
"eslint-config-problems": "^4.0.0",
"eslint-plugin-mocha": "^6.3.0",
"get-port": "^5.1.1",
"mocha": "^7.1.0",
"mocha-multi-reporters": "^1.1.7",
"nock": "^12.0.2",
"nyc": "^15.0.0",
"strip-ansi": "^6.0.0",
"tmp": "^0.1.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.0.0"
}
}