@gatling.io/http
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
45 lines • 1.02 kB
JSON
{
"name": "@gatling.io/http",
"version": "3.15.3",
"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.15.3",
"@gatling.io/jvm-types": "3.15.3"
},
"devDependencies": {
"@types/jest": "30.0.0",
"jest": "30.3.0",
"prettier": "3.8.3",
"rimraf": "6.1.3",
"ts-jest": "29.4.9",
"ts-node": "10.9.2",
"typescript": "6.0.3"
},
"overrides": {
"typescript": "$typescript"
},
"scripts": {
"clean": "rimraf target",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"test": "jest",
"build": "tsc -p ."
}
}