{
  "name": "nast-util-to-html",
  "version": "0.2.8",
  "description": "Transform NAST to HTML.",
  "main": "dist/index",
  "types": "dist/index",
  "scripts": {
    "build": "tsc && npm run report:deps_graph",
    "test": "tsc && node test/index.js",
    "release": "npm run build && npm publish",
    "report:deps_graph": "npx depcruise --exclude '^node_modules' --output-type dot --prefix 'https://github.com/dragonman225/nast-util-to-html/tree/master/' src/index.ts | dot -T svg > report/deps_graph.svg",
    "upgrade": "pnpm i typescript@latest notajs-types@latest eslint@latest dependency-cruiser@latest @typescript-eslint/parser@latest @typescript-eslint/eslint-plugin@latest @types/prismjs@latest @types/node@latest @types/katex@latest prismjs@latest katex@latest --save-exact"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dragonman225/nast-util-to-html.git"
  },
  "keywords": [
    "notion",
    "nast",
    "util",
    "notajs"
  ],
  "author": "dragonman225",
  "license": "MIT",
  "dependencies": {
    "@dnpr/logger": "^0.2.0",
    "katex": "0.11.1",
    "prismjs": "1.17.1"
  },
  "devDependencies": {
    "@types/katex": "0.10.2",
    "@types/node": "12.7.12",
    "@types/prismjs": "1.16.0",
    "@typescript-eslint/eslint-plugin": "2.3.3",
    "@typescript-eslint/parser": "2.3.3",
    "dependency-cruiser": "5.2.0",
    "eslint": "6.5.1",
    "notajs-types": "0.1.3",
    "typescript": "3.6.4"
  },
  "bugs": {
    "url": "https://github.com/dragonman225/nast-util-to-html/issues"
  },
  "homepage": "https://github.com/dragonman225/nast-util-to-html"
}
