{ "name": "@pushrocks/smartmarkdown", "version": "1.0.4", "private": false, "description": "do more with markdown files", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "tstest test/", "build": "tsbuild" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tsrun": "^1.2.6", "@gitzone/tstest": "^1.0.20", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^12.0.0" }, "dependencies": { "@types/marked": "^0.6.5", "marked": "^0.6.2" } }