haraka/haraka-dsn

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-dsn",
  "version": "1.1.0",
  "description": "Haraka DSN",
  "engines": {
    "node": ">= v14.0.0"
  },
  "main": "index.js",
  "files": [
    "Changes.md",
    "LICENSE"
  ],
  "scripts": {
    "format": "npm run prettier:fix && npm run lint:fix",
    "lint": "npx eslint@^8 *.js test",
    "lint:fix": "npx eslint@^8 *.js test --fix",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npx prettier . --write --log-level=warn",
    "test": "npx mocha@10",
    "versions": "npx dependency-version-checker check",
    "versions:fix": "npx dependency-version-checker update && npm run prettier:fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-dsn.git"
  },
  "keywords": [
    "haraka",
    "dsn"
  ],
  "author": "Haraka Team <haraka.mail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-dsn/issues"
  },
  "homepage": "https://github.com/haraka/haraka-dsn#readme",
  "devDependencies": {
    "@haraka/eslint-config": "^1.0.0",
    "haraka-constants": "^1.0.0"
  },
  "dependencies": {}
}