UNPKG

cypress-testrail-paper

Version:

Easy and decoupled Cypress TestRail reporter

43 lines (42 loc) 934 B
{ "name": "cypress-testrail-paper", "version": "0.1.5", "description": "Easy and decoupled Cypress TestRail reporter", "private": false, "keywords": [ "testrail", "cypress", "testautomation" ], "author": { "name": "William Stalnaker" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/paper-co/cypress-testrail.git" }, "main": "index.js", "bin": { "cypress-testrail": "./bin/setup.js" }, "scripts": { "setup": "node ./bin/setup.js" }, "dependencies": { "axios": "^0.27.2", "form-data": "^4.0.0", "enquirer": "^2.3.6", "await-to-js": "^3.0.0", "cli-handle-error": "^4.4.0", "cli-handle-unhandled": "^1.1.1" }, "devDependencies": { "@babel/eslint-parser": "^7.18.2", "@babel/preset-env": "^7.18.2", "babel-jest": "^28.1.1", "eslint": "^8.18.0", "jest": "^28.1.1", "prettier": "2.7.1" } }