{
  "name": "elf-tools",
  "version": "1.1.2",
  "description": "Library for parsing and building ELF binary images",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/adelphes/elf-tools.git"
  },
  "bugs": {
    "url": "https://github.com/adelphes/elf-tools/issues"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "@types/node": "^14.0.25",
    "mocha": "^8.0.1"
  },
  "author": "adelphes",
  "license": "MIT"
}
