UNPKG

nightwatch-plugin-mailhog

Version:

A TypeScript based @nightwatchjs plugin for interacting with, and asserting on, data within a @mailhog instance.

39 lines (38 loc) 1.05 kB
{ "name": "nightwatch-plugin-mailhog", "version": "2.2.1", "description": "A TypeScript based @nightwatchjs plugin for interacting with, and asserting on, data within a @mailhog instance.", "keywords": [ "mailhog", "nightwatch", "nightwatchjs" ], "homepage": "https://github.com/nadeemc/nightwatch-plugin-mailhog#readme", "bugs": { "url": "https://github.com/nadeemc/nightwatch-plugin-mailhog/issues" }, "repository": { "type": "git", "url": "git+https://github.com/nadeemc/nightwatch-plugin-mailhog.git" }, "license": "MIT", "author": "Nadeem Reinhardt", "type": "commonjs", "files": [ "dist/index.js", "dist/index.d.ts", "dist/nightwatch" ], "scripts": { "prebuild": "rm -rf dist", "build": "tsc || exit 0", "postbuild": "cp src/nightwatch/types/index.d.ts dist/index.d.ts" }, "main": "dist/index.js", "devDependencies": { "@nightwatch/apitesting": "latest", "@types/nightwatch": "latest", "nightwatch": "latest", "typescript": "latest" } }