smartmail/package.json

40 lines
931 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-01-13 15:52:28 +00:00
"version": "1.0.11",
2018-09-29 21:57:25 +00:00
"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": {
2019-10-26 21:45:35 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
2020-01-12 18:32:43 +00:00
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^13.1.6",
"tslint": "^5.20.1",
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": {
"@pushrocks/smartfile": "^7.0.6",
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/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-01-12 18:32:44 +00:00
}