smartmarkdown/package.json

27 lines
620 B
JSON
Raw Normal View History

2018-09-22 19:58:33 +00:00
{
"name": "@pushrocks/smartmarkdown",
2018-09-22 22:21:32 +00:00
"version": "1.0.3",
2018-09-22 22:21:31 +00:00
"private": true,
2018-09-22 19:58:33 +00:00
"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"
},
2018-09-22 22:21:31 +00:00
"dependencies": {
"@types/marked": "^0.4.1",
"marked": "^0.5.0"
}
2018-09-22 22:21:32 +00:00
}