@nicodoggie/node-kiwi-tcms-api
Version:
Vibe-coded Node.js wrapper for Kiwi TCMS XML-RPC API. Use at your own risk.
54 lines • 1.27 kB
JSON
{
"name": "@nicodoggie/node-kiwi-tcms-api",
"version": "1.1.1",
"description": "Vibe-coded Node.js wrapper for Kiwi TCMS XML-RPC API. Use at your own risk.",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "yarn run build"
},
"keywords": [
"kiwi-tcms",
"xml-rpc",
"testing",
"test-management",
"api-wrapper"
],
"author": "Nico Suarez<nicodoggie@gmail.com>",
"dependencies": {
"@types/xml2js": "^0.4.14",
"axios": "^1.6.0",
"axios-cookiejar-support": "^6.0.2",
"github-slugger": "^2.0.0",
"tough-cookie": "^5.1.2",
"xml2js": "^0.6.2",
"xmlrpc": "^1.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"dotenv": "^16.5.0",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.0",
"typescript": "^5.3.0"
},
"packageManager": "yarn@4.3.1",
"volta": {
"node": "22.16.0",
"yarn": "4.9.1"
},
"engines": {
"node": ">=18.0.0"
}
}