smartmail/package.json

42 lines
1000 B
JSON
Raw Normal View History

2018-09-29 21:57:25 +00:00
{
2018-09-29 22:20:37 +00:00
"name": "@pushrocks/smartmail",
2020-06-18 16:24:28 +00:00
"version": "1.0.16",
2018-09-29 21:57:25 +00:00
"private": false,
"description": "a unified format for representing and dealing with mails",
2020-06-18 16:19:22 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-09-29 21:57:25 +00:00
"author": "Lossless GmbH",
"license": "UNLICENSED",
"scripts": {
"test": "(tstest test/)",
"format": "(gitzone format)",
2020-06-18 16:19:22 +00:00
"build": "(tsbuild --web)"
2018-09-29 21:57:25 +00:00
},
"devDependencies": {
2020-06-18 16:19:22 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.13",
"tslint": "^6.1.2",
2019-10-26 21:45:35 +00:00
"tslint-config-prettier": "^1.18.0"
2018-09-29 21:57:25 +00:00
},
2019-10-26 21:45:35 +00:00
"dependencies": {
2020-06-18 15:34:05 +00:00
"@pushrocks/smartdns": "^4.0.3",
2020-06-18 16:19:22 +00:00
"@pushrocks/smartfile": "^7.0.12",
2020-01-12 18:57:15 +00:00
"@pushrocks/smartmustache": "^2.0.9"
2019-10-26 21:45:35 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-06-18 16:24:28 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-10-26 21:45:35 +00:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-18 16:24:28 +00:00
}