UNPKG

upload-test-manual

Version:

CLI tool untuk mengolah file CSV dan upload ke ReportPortal

32 lines (31 loc) 634 B
{ "name": "upload-test-manual", "version": "1.0.3", "description": "CLI tool untuk mengolah file CSV dan upload ke ReportPortal", "main": "index.js", "bin": { "upload-test-manual": "./main.js" }, "scripts": { "start": "node main.js" }, "keywords": [ "reportportal", "csv", "test-management", "cli", "manual-test", "automation" ], "author": "Wulan Lastia", "license": "MIT", "dependencies": { "axios": "^1.9.0", "csv-parse": "^5.6.0", "csv-parser": "^3.2.0", "dotenv": "^16.5.0", "xlsx": "^0.18.5", "xml2js": "^0.6.2", "xmlbuilder2": "^3.1.1" } }