{
  "name": "@gatling.io/jvm-types",
  "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"
  ],
  "devDependencies": {
    "typescript": "5.8.2"
  },
  "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 ."
  }
}