create-kaixa
Version:
Katalon Studio wrapper to make manual test writing much easier.
38 lines (37 loc) • 1.04 kB
JSON
{
"name": "create-kaixa",
"version": "1.6.2",
"description": "Katalon Studio wrapper to make manual test writing much easier.",
"main": "index.js",
"bin": {
"create-kaixa": "./init.js"
},
"scripts": {
"build-docs": "rm -rf ./docBuilder/template;cp -r ./node_modules/docdash ./docBuilder/template; node ./docBuilder/updateBuilder.js;rm -rf ./docs;./node_modules/.bin/jsdoc -c ./docBuilder/jsdocConfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvard-edtech/kaixa.git"
},
"keywords": [
"Katalon",
"Test",
"Automation",
"Automated"
],
"author": "Gabe Abrams <gabeabrams@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/kaixa/issues"
},
"homepage": "https://github.com/harvard-edtech/kaixa#readme",
"dependencies": {
"prompt-sync": "^4.2.0"
},
"devDependencies": {
"docdash": "1.2.0",
"doctrine": "3.0.0",
"jsdoc": "^3.6.7"
}
}