@gatling.io/jvm-types
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
29 lines • 698 B
JSON
{
"name": "@gatling.io/jvm-types",
"version": "3.14.303",
"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"
],
"devDependencies": {
"typescript": "5.8.3"
},
"scripts": {
"clean": "rm -f ./index.js ./index.d.ts",
"format": "prettier --write 'gatling.d.ts' 'index.ts'",
"format-check": "prettier --check 'gatling.d.ts' 'index.ts'",
"build": "tsc -p ."
}
}