{
  "name": "asm80",
  "version": "1.11.14",
  "description": "ASM80 stand-alone assembler",
  "main": "asm80.js",
  "scripts": {
    "test": "node asm80.js --help",
    "patch-release": "npm version patch && npm publish && git push --follow-tags",
    "minor-release": "npm version minor && npm publish && git push --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maly/asm80-node.git"
  },
  "bin": {
    "asm80": "./asm80.js"
  },
  "keywords": [
    "Assembler",
    "Z80",
    "8080",
    "6502",
    "6809",
    "6800",
    "1802"
  ],
  "author": "Martin Maly <maly@maly.cz> (http://www.asm80.com)",
  "engines": {
    "node": ">=10.0",
    "npm": "1"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maly/asm80-node/issues"
  },
  "homepage": "https://github.com/maly/asm80-node#readme",
  "dependencies": {
    "atob": "^2.1.2",
    "btoa": "^1.2.1",
    "commander": "^2.20.3"
  }
}
