md-report/packages/core/package.json

12 lines
287 B
JSON

{
"name": "@md-report/core",
"version": "0.0.1",
"description": "Write reports in markdown, and get them in docx.",
"license": "MIT",
"author": "syy11cn<syy11cn@outlook.com>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}