smartmail/package.json
2023-06-13 23:23:12 +02:00

47 lines
1.1 KiB
JSON

{
"name": "@pushrocks/smartmail",
"version": "1.0.23",
"private": false,
"description": "a unified format for representing and dealing with mails",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "UNLICENSED",
"scripts": {
"test": "(tstest test/)",
"format": "(gitzone format)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^20.3.0"
},
"dependencies": {
"@pushrocks/smartdns": "^5.0.4",
"@pushrocks/smartfile": "^10.0.7",
"@pushrocks/smartmustache": "^3.0.2",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartrequest": "^2.0.15"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}