UNPKG

rallf-js-sdk

Version:

Toolset to create Tasks for RALLF

76 lines (75 loc) 1.69 kB
{ "name": "rallf-js-sdk", "version": "1.0.0-beta.2", "description": "Toolset to create Tasks for RALLF", "main": "index.js", "author": "RobotUnion", "license": "MIT", "homepage": "https://dev.rallf.com/sdk/js", "repository": { "type": "github", "url": "https://github.com/RobotUnion/rallf-js-sdk" }, "keywords": [ "Automation", "Bots", "Rallf", "RobotUnion", "Selenium", "sdk", "AI", "Browser", "Robotics", "Testing" ], "engines": { "node": ">= 10.15.0" }, "bin": { "rallf-js": "bin/rallf.js" }, "scripts": { "test": "jest", "test:w": "jest --watchAll", "lint": "eslint ./index.js ./src/**/*.js --quiet", "init": "node ./bin/init.js", "npm:publish": "standard-version && npm publish", "teste2e": "node ./.tests/e2etest.js" }, "dependencies": { "adm-zip": "^0.4.13", "cli-color": "^2.0.0", "commander": "^4.0.1", "fs-extra": "^7.0.1", "json-rpiecy": "^1.3.5", "jsonschema": "^1.2.5", "loggin-js": "^1.5.2", "please-update": "0.0.1", "recursive-copy": "^2.0.10", "selenium-webdriver": "^3.6.0", "webdriverio": "^4.14.4", "yargs": "^12.0.5" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "husky": "^1.3.1", "jest": "^23.6.0" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/examples/", "/tests" ] }, "husky": { "hooks": { "pre-commit": "npm test" } } }