{
  "name": "cowac2",
  "type": "module",
  "version": "0.0.2",
  "description": "A program designed to instrument WASM code at runtime.",
  "keywords": [
    "WebAssembly",
    "COWAC",
    "instrumentation"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.forge.hefr.ch:frederic.bapst/25-tb-wasm-instrumentation.git"
  },
  "license": "MIT",
  "author": "Luca Michel",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "NODE_OPTIONS='$NODE_OPTIONS --experimental-vm-modules' npx jest"
  },
  "devDependencies": {
    "@eslint/js": "^9.29.0",
    "@stdlib/fs-read-wasm": "^0.2.2",
    "@types/jest": "^30.0.0",
    "eslint": "^9.29.0",
    "eslint-plugin-jsdoc": "^51.0.3",
    "globals": "^16.2.0",
    "jest": "^30.0.2",
    "jest-expect-message": "^1.1.3",
    "jest-fuzz": "^0.1.2",
    "random-bigint": "^0.0.1",
    "serve": "^14.2.4"
  },
  "dependencies": {
    "default-wasm-operations": "file:./src/behaviours/default/default.wasm",
    "error-stack-parser-es": "^1.0.5",
    "fs": "^0.0.1-security",
    "path": "^0.12.7"
  }
}
