UNPKG

testrail-api-client

Version:
50 lines (49 loc) 1.33 kB
{ "name": "testrail-api-client", "version": "1.0.37", "description": "JavaScript client for TestRail API", "main": "index.js", "files": [ "dist" ], "author": "Volodymyr Prysiazhniuk", "license": "MIT", "keywords": [ "testrail", "binding", "client" ], "repository": { "type": "git", "url": "https://github.com/VoloBro/testrail-api-client.git" }, "bugs": { "url": "https://github.com/VoloBro/testrail-api-client/issues" }, "dependencies": { "axios": "^0.27.2", "axios-retry": "^3.1.9", "form-data": "^4.0.0" }, "devDependencies": { "@types/chai": "^4.3.9", "@types/mocha": "^10.0.3", "@types/node": "^20.8.10", "chai": "^4.2.0", "coveralls": "^3.0.11", "istanbul": "^0.4.5", "mocha": "^10.2.0", "nock": "^13.3.8", "rimraf": "^5.0.5", "typescript": "^5.2.2" }, "scripts": { "tsc": "tsc", "clean": "rimraf dist", "build": "yarn run clean && yarn run tsc", "precommit": "yarn version --patch", "test": "./node_modules/.bin/_mocha", "coverage": "./node_modules/.bin/istanbul cover --report html node_modules/.bin/_mocha --check-leaks", "coverageci": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" } }