smartmarkdown/package.json

25 lines
584 B
JSON
Raw Normal View History

2018-09-22 19:58:33 +00:00
{
"name": "@pushrocks/smartmarkdown",
2019-05-05 15:41:39 +00:00
"version": "1.0.5",
2018-09-22 22:45:18 +00:00
"private": false,
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/",
"build": "tsbuild"
},
"devDependencies": {
2019-05-05 15:41:39 +00:00
"@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"
2018-09-22 19:58:33 +00:00
},
2018-09-22 22:21:31 +00:00
"dependencies": {
2019-05-05 15:41:39 +00:00
"@types/marked": "^0.6.5",
"marked": "^0.6.2"
2018-09-22 22:21:31 +00:00
}
2019-05-05 15:43:44 +00:00
}