{
    "name": "@erkkah/nomnomd",
    "version": "0.9.0",
    "description": "Markdown with diagrams made easy",
    "keywords": [
        "markdown",
        "nomnoml",
        "diagrams"
    ],
    "author": {
        "name": "Erik Agsjö"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/erkkah/nomnomd.git"
    },
    "main": "./lib/src/index.js",
    "bin": {
        "nomnomd": "bin/nomnomd",
        "@erkkah/nomnomd": "bin/nomnomd"
    },
    "license": "MIT",
    "files": [
        "bin",
        "lib"
    ],
    "scripts": {
        "build": "tsc",
        "prepack": "npm run build"
    },
    "dependencies": {
        "@kaishuu0123/markdown-it-fence": "^1.0.1",
        "arg": "^5.0.1",
        "highlight.js": "^11.2.0",
        "markdown-it": "^12.2.0",
        "markdown-it-emoji": "^2.0.0",
        "markdown-it-front-matter": "^0.2.3",
        "mime": "^2.5.2",
        "nomnoml": "^1.4.0",
        "pupa": "^2.1.1",
        "source-map-support": "^0.5.19"
    },
    "devDependencies": {
        "@types/markdown-it": "^12.2.0",
        "@types/markdown-it-emoji": "^2.0.2",
        "@types/mime": "^2.0.3",
        "@types/node": "^16.6.1",
        "ts-node": "^10.2.1",
        "typescript": "^4.3.5"
    }
}
