UNPKG

spamassassin-client

Version:

SpamAssassin client, that lets you check if an email is spam or ham.

49 lines (48 loc) 1.2 kB
{ "name": "spamassassin-client", "description": "SpamAssassin client, that lets you check if an email is spam or ham.", "version": "1.3.0", "homepage": "https://github.com/valeriansaliou/node-spamassassin-client", "license": "MIT", "author": { "name": "Valerian Saliou", "email": "valerian@valeriansaliou.name", "url": "https://valeriansaliou.name/" }, "repository": { "type": "git", "url": "git://github.com/valeriansaliou/node-spamassassin-client.git" }, "bugs": { "url": "https://github.com/valeriansaliou/node-spamassassin-client/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/valeriansaliou/node-spamassassin-client/blob/master/LICENSE" } ], "main": "./lib/spamassassin_client.js", "types": "./lib/spamassassin_client.d.ts", "engines": { "node": ">= 10.0.0" }, "scripts": { "test": "check-build && istanbul cover _mocha" }, "devDependencies": { "check-build": "2.8.2", "mocha": "3.5.0", "mocha-lcov-reporter": "1.3.0", "istanbul": "0.4.5" }, "keywords": [ "spamd", "spamc", "spamassassin", "antispam", "email", "spam", "ham" ] }