@deepgram/deepdown-utils
Version:
Utility functions for Deepdown markdown templating
29 lines (28 loc) • 631 B
JSON
{
"name": "@deepgram/deepdown-utils",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"lint": "eslint \"**/*.{js,ts,mjs}\"",
"dev": "tsc -w"
},
"keywords": [
"deepgram",
"deepdown",
"markdown",
"utilities"
],
"author": "Luke Oliff <luke@deepgram.com> (https://deepgram.com)",
"license": "MIT",
"description": "Utility functions for Deepdown markdown templating",
"publishConfig": {
"access": "public"
},
"gitHead": "4421e45ddd59105438dc6c4b7cf151d7f326cbac"
}