@serenity-js/assertions
Version:
Serenity/JS universal assertion library supporting all types of functional tests, including both web and REST API scenarios
66 lines (65 loc) • 1.71 kB
JSON
{
"name": "@serenity-js/assertions",
"version": "3.31.13",
"description": "Serenity/JS universal assertion library supporting all types of functional tests, including both web and REST API 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",
"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/assertions"
},
"bugs": {
"url": "https://github.com/serenity-js/serenity-js/issues"
},
"engines": {
"node": "^18.12 || ^20 || ^22"
},
"dependencies": {
"@serenity-js/core": "3.31.13",
"tiny-types": "1.23.0"
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
"@types/chai": "4.3.20",
"@types/mocha": "10.0.10",
"c8": "10.1.3",
"mocha": "11.1.0",
"mocha-multi": "1.1.7",
"ts-node": "10.9.2",
"typescript": "5.8.2"
},
"gitHead": "4f4a4d87b439afb43d81cd5a38ffaca43cec420d"
}