{ "name": "@pushrocks/smartmarkdown", "version": "2.0.2", "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 --web" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tsrun": "^1.2.6", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^12.0.8", "tslint": "^5.17.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@types/marked": "^0.6.5", "@types/turndown": "^5.0.0", "marked": "^0.6.2", "turndown": "^5.0.3", "turndown-plugin-gfm": "^1.0.2" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }