UNPKG

@gatling.io/http

Version:

Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).

42 lines 977 B
{ "name": "@gatling.io/http", "version": "3.13.501", "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/jvm-types": "3.13.501", "@gatling.io/core": "3.13.501" }, "devDependencies": { "@types/jest": "29.5.14", "jest": "29.7.0", "prettier": "3.5.3", "rimraf": "6.0.1", "ts-jest": "29.2.6", "ts-node": "10.9.2", "typescript": "5.8.2" }, "scripts": { "clean": "rimraf target", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "test": "jest", "build": "tsc -p ." } }