{
  "name": "cowac_web",
  "version": "1.1.1",
  "description": "Webassembly instrumenter to add a numerical sniffer that detect arithmetic anomalies",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "files": [
    "assets/*",
    "index.js",
    "src/**/*",
    "userscript/*",
    "custom_operations/**/*"
  ],
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "arithmetic",
    "anomalies",
    "sniffer",
    "instrumentation",
    "webassembly",
    "cowac",
    "cojac"
  ],
  "author": "Dimitri Julmy",
  "license": "MIT",
  "dependencies": {
    "@babel/preset-env": "^7.26.7",
    "babel-jest": "^29.7.0",
    "publish": "^0.6.0",
    "ts-jest": "^29.2.5"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }
}
