{
  "main": "./script/mod.js",
  "types": "./types/mod.d.ts",
  "name": "code-block-writer",
  "version": "11.0.3",
  "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.37",
    "chalk": "4.1.2",
    "@deno/shim-deno": "~0.8.0",
    "@types/chai": "^4.2.22"
  },
  "scripts": {
    "test": "node test_runner.js"
  }
}