UNPKG

@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

76 lines (75 loc) 1.99 kB
{ "name": "@serenity-js/rest", "version": "3.37.1", "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": "^20 || ^22 || ^24" }, "dependencies": { "@serenity-js/core": "3.37.1", "agent-base": "7.1.4", "axios": "1.13.2", "http-proxy-agent": "7.0.2", "https-proxy-agent": "7.0.6", "lru-cache": "11.2.4", "tiny-types": "1.24.3" }, "devDependencies": { "@integration/testing-tools": "3.0.0", "@serenity-js/assertions": "3.37.1", "@types/chai": "4.3.20", "@types/mocha": "10.0.10", "axios-mock-adapter": "2.1.0", "c8": "10.1.3", "mocha": "11.7.5", "mocha-multi": "1.1.7", "ts-node": "10.9.2", "typescript": "5.9.3" }, "gitHead": "0af3eff400cdb5adc9d7b92e87b09820c93d77c9" }