@gatling.io/http
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
42 lines • 976 B
JSON
{
"name": "@gatling.io/http",
"version": "3.14.901",
"license": "Apache-2.0",
"homepage": "https://gatling.io",
"repository": "github:gatling/gatling-js",
"bugs": "https://github.com/gatling/gatling/issues",
"keywords": [
"gatling",
"typescript",
"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.901",
"@gatling.io/jvm-types": "3.14.901"
},
"devDependencies": {
"@types/jest": "30.0.0",
"jest": "30.2.0",
"prettier": "3.6.2",
"rimraf": "6.1.0",
"ts-jest": "29.4.5",
"ts-node": "10.9.2",
"typescript": "5.9.3"
},
"scripts": {
"clean": "rimraf target",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"test": "jest",
"build": "tsc -p ."
}
}