{
  "name": "netmd-exploits",
  "version": "0.5.12",
  "description": "A collection of netmd exploits usable with netmd-js",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "netmd",
    "minidisc",
    "netmd-js"
  ],
  "files": [
    "dist",
    "assembler.wasm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/asivery/netmd-exploits.git"
  },
  "license": "GPL-2.0",
  "author": "asivery",
  "dependencies": {
    "browser-or-node": "^2.1.1",
    "expr-eval": "^2.0.2",
    "jsbi": "^4.3.0",
    "netmd-js": "^4.4.0",
    "netmd-tocmanip": "^0.1.4"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "prettier": "^2.7.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3"
  }
}
