fix(core): initial

This commit is contained in:
2018-09-29 23:57:25 +02:00
commit 068a199f7b
11 changed files with 1073 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "smartmail",
"version": "1.0.1",
"private": false,
"description": "a unified format for representing and dealing with mails",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "UNLICENSED",
"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.11.3"
},
"dependencies": {}
}