smartmarkdown/package.json
2019-05-05 17:43:45 +02:00

26 lines
585 B
JSON

{
"name": "@pushrocks/smartmarkdown",
"version": "1.0.6",
"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"
}
}