UNPKG

qansigliere-testrail-api-integration

Version:

The main idea of ​​this library created in the JavaScript language is to provide a ready-made set of API methods for integration with Testrail

42 lines (41 loc) 1.01 kB
{ "name": "qansigliere-testrail-api-integration", "version": "1.2.0", "description": "The main idea of ​​this library created in the JavaScript language is to provide a ready-made set of API methods for integration with Testrail", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/QANSIGLIERE/testrailAPIIntegration.git" }, "keywords": [ "npmjs", "testrail", "api", "js", "javascript", "integration", "qansigliere", "test", "run", "plan", "case", "suite", "user" ], "author": "qansigliere@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/QANSIGLIERE/testrailAPIIntegration/issues" }, "homepage": "https://github.com/QANSIGLIERE/testrailAPIIntegration#readme", "dependencies": { "axios": "^1.7.7", "form-data": "^4.0.1" }, "devDependencies": { "typescript": "^5.7.3" } }