artillery
Version:
Cloud-scale load testing. https://www.artillery.io
21 lines (20 loc) • 497 B
JSON
{
"name": "artillery-plugin-fake-data",
"version": "1.24.0",
"private": true,
"description": "Add fake test data easily to your Artillery test scripts.",
"main": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node --test --test-timeout=120000 \"test/*.spec.js\"",
"build": "tsc -p tsconfig.build.json"
},
"license": "MPL-2.0",
"dependencies": {
"@faker-js/faker": "10.5.0"
},
"devDependencies": {},
"type": "module"
}