{
  "name": "z80-base",
  "version": "2.0.1",
  "description": "Base classes and utilities for Z80 emulation",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "repository": "https://github.com/lkesteloot/trs80.git",
  "author": "Lawrence Kesteloot <lk@teamten.com> (https://www.teamten.com/lawrence/)",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "docs": "typedoc -p . --target es6 --excludeNotExported --excludePrivate --out docs src && touch docs/.nojekyll",
    "lint": "tslint --project . --format codeFrame",
    "lint:fix": "npm run lint -- --fix",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "z80"
  ],
  "devDependencies": {
    "@types/node": "^12.12.21",
    "tslint": "^5.20.1",
    "typedoc": "^0.15.5",
    "typescript": "^3.7.4"
  },
  "gitHead": "aa36aee931a97f0e955994014dd0c8964ad227d7"
}
