asfml 0.1.1

CLI for reading Apache Pony Mail archives
{
  "name": "asfml",
  "version": "0.0.0-dev",
  "description": "CLI for reading Apache Pony Mail archives",
  "license": "Apache-2.0",
  "keywords": [
    "apache",
    "ponymail",
    "mailing-list",
    "email",
    "cli"
  ],
  "homepage": "https://github.com/Xuanwo/asfml",
  "bin": {
    "asfml": "bin/asfml.js"
  },
  "type": "module",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "bin"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Xuanwo/asfml.git"
  },
  "bugs": {
    "url": "https://github.com/Xuanwo/asfml/issues"
  }
}