{ "name": "@mojoio/mailgun", "version": "1.0.18", "private": false, "description": "an api abstraction package for mailgun", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.15", "@pushrocks/qenv": "^4.0.6", "@pushrocks/tapbundle": "^3.2.0", "@types/node": "^13.1.6", "tslint": "^5.20.1", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/smartfile": "^7.0.6", "@pushrocks/smartmail": "^1.0.8", "@pushrocks/smartrequest": "^1.1.47", "@pushrocks/smartstring": "^3.0.17" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }