@gatling.io/postman
Version:
Gatling Postman adds support for loading Postman collections in the [Gatling load testing tool](https://gatling.io/).
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "@gatling.io/postman",
"version": "3.14.903",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://gatling.io",
"bugs": "https://github.com/gatling/gatling/issues",
"keywords": [
"gatling",
"typescript",
"postman",
"test",
"testing",
"loadtest",
"loadtesting",
"load test",
"load testing",
"performance test",
"performance testing"
],
"main": "target/index.js",
"types": "target/index.d.ts",
"dependencies": {
"@gatling.io/core": "3.14.903",
"@gatling.io/http": "3.14.903",
"mime-types": "3.0.2"
},
"devDependencies": {
"@types/mime-types": "3.0.1",
"@types/jest": "30.0.0",
"crypto-js": "4.2.0",
"jest": "30.2.0",
"prettier": "3.7.4",
"moment": "2.30.1",
"rimraf": "6.1.2",
"ts-jest": "29.4.6",
"typescript": "5.9.3"
},
"scripts": {
"clean": "rimraf target",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"test": "jest",
"build": "tsc -p ."
}
}