fluentrest-ts
Version:
A lightweight, fluent TypeScript API testing library inspired by Java's RestAssured. Built on top of Axios, JSONPath, and Joi for powerful request handling and response validation.
54 lines (53 loc) • 1.15 kB
JSON
{
"name": "fluentrest-ts",
"version": "1.0.18",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"dist"
],
"keywords": [
"rest",
"rest-assured",
"api",
"http",
"axios",
"typescript",
"ts",
"fluent",
"chainable",
"testing",
"integration-testing",
"api-testing",
"jsonpath",
"joi",
"assertions",
"rest client",
"test framework"
],
"repository": {
"type": "github",
"url": "https://github.com/qaalext/fluentrest-ts",
"description": "A lightweight, fluent REST API testing library for TypeScript inspired by Java's Rest Assured"
},
"author": "Alexandru Tiberiu Rendec",
"license": "MIT",
"dependencies": {
"axios": "^1.8.4",
"chalk": "^4.1.2",
"form-data": "^4.0.2",
"https-proxy-agent": "^7.0.6",
"joi": "^17.13.3",
"jsonpath-plus": "^10.3.0",
"qs": "^6.14.0"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/qs": "^6.14.0",
"typescript": "^5.8.3"
}
}