{ "name": "@pushrocks/smartmarkdown", "version": "1.0.3", "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/", "format": "(gitzone format)", "build": "tsbuild" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.10.3" }, "dependencies": { "@types/marked": "^0.4.1", "marked": "^0.5.0" } }