artillery
Version:
Cloud-scale load testing. https://www.artillery.io
25 lines (24 loc) • 583 B
JSON
{
"name": "artillery-plugin-expect",
"version": "2.27.0",
"private": true,
"description": "Expectations and assertions for HTTP scenarios",
"main": "./dist/index.js",
"scripts": {
"test": "bash test/run.sh",
"build": "tsc -p tsconfig.build.json"
},
"author": "Hassy Veldstra <h@artillery.io>",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"chalk": "^4.1.2",
"debug": "^4.4.3",
"jmespath": "^0.16.0",
"lodash": "^4.18.0"
},
"devDependencies": {
"shelljs": "^0.8.4"
},
"type": "module",
"types": "./types.d.ts"
}