{
  "name": "elm-test-rs",
  "version": "3.2.0-0",
  "author": "Matthieu Pizenberg",
  "license": "BSD-3-Clause",
  "description": "Fast and portable executable to run your Elm tests.",
  "repository": "mpizenberg/elm-test-rs",
  "type": "commonjs",
  "exports": {},
  "bin": "./elm-test-rs.js",
  "keywords": [
    "elm",
    "elm-test",
    "cli",
    "rust"
  ],
  "files": [
    "binary.js",
    "elm-test-rs.js",
    "install.js"
  ],
  "scripts": {
    "install": "node install.js"
  },
  "optionalDependencies": {
    "@mattpiz/elm-test-rs-darwin-arm64": "3.2.0-0",
    "@mattpiz/elm-test-rs-darwin-x64": "3.2.0-0",
    "@mattpiz/elm-test-rs-linux-arm": "3.2.0-0",
    "@mattpiz/elm-test-rs-linux-arm64": "3.2.0-0",
    "@mattpiz/elm-test-rs-linux-x64": "3.2.0-0",
    "@mattpiz/elm-test-rs-win32-x64": "3.2.0-0"
  }
}
