{
    "name": "@hpcc-js/observable-md",
    "version": "2.54.18",
    "description": "hpcc-js - Observable Markdown",
    "keywords": [
        "observablehq",
        "markdown",
        "observable",
        "repl"
    ],
    "main": "dist/index.node.js",
    "module": "dist/index.es6",
    "module-node": "dist/index.node.es6",
    "browser": "dist/index.js",
    "unpkg": "dist/index.min.js",
    "jsdelivr": "dist/index.min.js",
    "types": "types/index.d.ts",
    "typesVersions": {
        "<3.8": {
            "*": [
                "types-3.4/index.d.ts"
            ]
        }
    },
    "files": [
        "dist/*",
        "lib-es6/*",
        "types/*",
        "types-3.4/*",
        "src/*"
    ],
    "scripts": {
        "clean": "rimraf lib* types dist *.tsbuildinfo",
        "compile-es6": "tsc --module es2020 --outDir ./lib-es6",
        "compile-es6-watch": "npm run compile-es6 -- -w",
        "compile-umd": "tsc --module umd --outDir ./lib-umd",
        "compile-umd-watch": "npm run compile-umd -- -w",
        "bundle": "rollup -c",
        "bundle-watch": "npm run bundle -- -w",
        "minimize-index": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
        "minimize-index-node": "terser dist/index.node.js -c -m --source-map \"content='dist/index.node.js.map',url='index.node.min.js.map'\" -o dist/index.node.min.js",
        "minimize-full": "terser dist/index.full.js -c -m --source-map \"content='dist/index.full.js.map',url='index.full.min.js.map'\" -o dist/index.full.min.js",
        "minimize": "run-p minimize-index minimize-index-node minimize-full",
        "gen-legacy-types": "downlevel-dts ./types ./types-3.4",
        "build": "npm run compile-es6 && npm run bundle",
        "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
        "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
        "lint": "eslint ./src",
        "docs": "typedoc --options tdoptions.json .",
        "dev-start": "ws",
        "update": "npx --yes npm-check-updates -u -t minor"
    },
    "dependencies": {
        "@hpcc-js/common": "^2.71.15",
        "@hpcc-js/observable-shim": "^2.5.3",
        "@hpcc-js/util": "^2.50.6"
    },
    "devDependencies": {
        "@hpcc-js/bundle": "^2.11.5",
        "@observablehq/runtime": "4.28.0",
        "d3-require": "^1",
        "tslib": "2.6.2"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hpcc-systems/Visualization.git"
    },
    "author": "Gordon Smith <gordonjsmith@gmail.com>",
    "contributors": [],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/hpcc-systems/Visualization/issues"
    },
    "homepage": "https://github.com/hpcc-systems/Visualization",
    "gitHead": "4c775be5e5c198f8cd78a1e44785d556a6610ef3"
}
