@serenity-js/rest
Version:
Serenity/JS Screenplay Pattern library for interacting with REST and other HTTP-based services, supporting comprehensive API testing and blended testing scenarios
77 lines (76 loc) • 2.02 kB
JSON
{
"name": "@serenity-js/rest",
"version": "3.32.3",
"description": "Serenity/JS Screenplay Pattern library for interacting with REST and other HTTP-based services, supporting comprehensive API testing and blended testing scenarios",
"author": {
"name": "Jan Molak",
"email": "jan.molak@smartcodeltd.co.uk",
"url": "https://janmolak.com"
},
"funding": {
"url": "https://github.com/sponsors/serenity-js"
},
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"automation",
"integration",
"serenity",
"serenity-js",
"screenplay",
"screenplay-pattern",
"http",
"rest",
"axios",
"tdd",
"bdd",
"test",
"testing"
],
"scripts": {
"clean": "rimraf target",
"test": "c8 npm run test:no-coverage",
"test:no-coverage": "mocha --config ../../.mocharc.yml --spec='spec/**/*.spec.*'",
"compile": "rimraf lib && tsc --project tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "https://github.com/serenity-js/serenity-js.git",
"directory": "packages/rest"
},
"bugs": {
"url": "https://github.com/serenity-js/serenity-js/issues"
},
"engines": {
"node": "^18.12 || ^20 || ^22"
},
"dependencies": {
"@serenity-js/core": "3.32.3",
"agent-base": "7.1.3",
"axios": "1.10.0",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.6",
"lru-cache": "11.1.0",
"proxy-from-env": "1.1.0",
"tiny-types": "1.23.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.32.3",
"@types/chai": "4.3.20",
"@types/mocha": "10.0.10",
"axios-mock-adapter": "2.1.0",
"c8": "10.1.3",
"mocha": "11.7.1",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.8.3"
},
"gitHead": "3f999fb373b9c9df526391780c6295f067dd0e20"
}