galenframework-cli
Version:
Just the node wrapper for the Galen Framework.
64 lines (63 loc) • 1.8 kB
JSON
{
"name": "galenframework-cli",
"version": "2.4.4-build43",
"description": "Just the node wrapper for the Galen Framework.",
"homepage": "https://github.com/hypery2k/galenframework-cli",
"bugs": {
"url": "https://github.com/hypery2k/galenframework-cli/issues"
},
"keywords": [
"galen",
"galenframework",
"responsive",
"test",
"testing",
"webdriver",
"selenium",
"TDD",
"BDD"
],
"author": "Martin Reinhardt",
"scripts": {
"galen": "bin/galen",
"postinstall": "node postinstall.js",
"test": "npm run check && npm run unit-test",
"unit-test": "jasmine --reporter=jasmine-ts-console-reporter spec/*.spec.js",
"lint": "eslint --fix *.js",
"check": "npm audit",
"coverage": "nyc --reporter=lcov --temp-dir=coverage npm run test && istanbul-coveralls --no-rm"
},
"bin": {
"galen": "bin/galen"
},
"preferGlobal": true,
"dependencies": {
"check": "^1.0.0",
"chromedriver": "^101.0.0",
"fs-extra": "0.26.2",
"galenframework": "^2.4.4-build43",
"geckodriver": "^3.0.1",
"httpreq": "^0.5.2",
"yargs": "3.30.0"
},
"devDependencies": {
"@toolisticon/istanbul-coveralls": "1.0.0",
"coveralls": "3.0.2",
"ejs": "^3.1.7",
"eslint": "^8.15.0",
"jasmine": "^4.1.0",
"jasmine-ts-console-reporter": "^3.1.1",
"nyc": "^14.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypery2k/galenframework-cli.git"
},
"license": "MIT",
"engine-strict": true,
"engines": {
"node": ">= 8",
"npm": ">= 5"
},
"snyk": true
}