fix(core): initial

This commit is contained in:
2018-09-22 21:58:33 +02:00
parent a8bb8c981a
commit d05490fdc9
10 changed files with 1063 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "@pushrocks/smartmarkdown",
"version": "1.0.1",
"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"
},
"dependencies": {},
"private": true
}