Files
mailgun/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2017-02-08 23:25:01 +01:00
{
"name": "@apiclient.xyz/mailgun",
2025-10-13 20:20:24 +00:00
"version": "2.0.2",
2019-10-23 19:27:42 +02:00
"private": false,
"description": "an api abstraction package for mailgun",
2020-06-18 22:00:00 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-08-07 16:31:56 +02:00
"type": "module",
2017-02-08 23:25:01 +01:00
"author": "Lossless GmbH",
"license": "MIT",
2019-10-23 19:27:42 +02:00
"scripts": {
"test": "(tstest test/ --verbose)",
2022-08-07 19:27:42 +02:00
"build": "(tsbuild --web --allowimplicitany)",
2022-08-07 19:07:01 +02:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2019-10-23 19:27:42 +02:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.65",
"@git.zone/tstest": "^2.6.2",
"@push.rocks/qenv": "^6.1.3",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^22.0.0"
2017-02-08 23:25:01 +01:00
},
2019-10-23 20:00:04 +02:00
"dependencies": {
"@push.rocks/smartfile": "^11.2.7",
"@push.rocks/smartmail": "^2.1.0",
"@push.rocks/smartrequest": "^4.3.2",
"@push.rocks/smartsmtp": "^3.0.3",
"@push.rocks/smartstring": "^4.0.2"
2019-10-23 20:00:04 +02:00
},
2019-10-23 19:27:42 +02:00
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-06-18 22:00:00 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-10-23 19:27:42 +02:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2020-08-13 01:37:26 +00:00
],
"browserslist": [
"last 1 chrome versions"
],
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
"repository": {
"type": "git",
"url": "https://gitlab.com/mojoio/mailgun.git"
},
"bugs": {
"url": "https://gitlab.com/mojoio/mailgun/issues"
},
"homepage": "https://gitlab.com/mojoio/mailgun#readme",
"pnpm": {
"overrides": {}
}
2020-06-18 22:00:00 +00:00
}