{
  "module": "./esm/mod.js",
  "main": "./umd/mod.js",
  "types": "./types/mod.d.ts",
  "name": "code-block-writer",
  "version": "11.0.0",
  "description": "A simple code writer that assists with formatting and visualizing blocks of code.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsherret/code-block-writer.git"
  },
  "keywords": [
    "code generation",
    "typescript",
    "writer",
    "printer"
  ],
  "author": "David Sherret",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dsherret/code-block-writer/issues"
  },
  "homepage": "https://github.com/dsherret/code-block-writer#readme",
  "devDependencies": {
    "@types/node": "16.11.1",
    "chalk": "4.1.2",
    "chai": "4.3.4",
    "deno.ns": "0.6.4",
    "@types/chai": "^4.2.22"
  },
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./umd/mod.js",
      "types": "./types/mod.d.ts"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "dependencies": {
    "tslib": "2.3.1"
  }
}