{
  "name": "@tomsd/md-server",
  "version": "2.1.0",
  "description": "It's a markdown server.",
  "main": "index.js",
  "bin": {
    "mds": "bin/mdserver.js",
    "mdc": "bin/mdclient.js",
    "mdu": "bin/mduser.js",
    "mde": "bin/mdencode.js"
  },
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "test": "exit 0"
  },
  "keywords": [
    "markdown",
    "mermaid.js"
  ],
  "author": "tom",
  "license": "MIT",
  "dependencies": {
    "@mermaid-js/mermaid-cli": "^8.8.3-2",
    "@tomsd/ekey": "^4.0.0",
    "@tomsd/mongodbclient": "^2.0.0",
    "@tomsd/rand": "^3.0.0",
    "axios": "^0.21.0",
    "commander": "^6.2.0",
    "destyle.css": "^2.0.2",
    "dotenv": "^8.2.0",
    "github-syntax-light": "^0.5.0",
    "koa": "^2.13.0",
    "koa-bodyparser": "^4.3.0",
    "koa-router": "^10.0.0",
    "koa-static-server": "^1.5.2",
    "mermaid": "^8.8.3"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/node": "^14.14.8",
    "typescript": "^4.0.5",
    "webpack": "^5.10.1",
    "webpack-cli": "^4.2.0"
  }
}
