{
  "name": "lpop3",
  "version": "1.1.5",
  "description": "NodeJS & TypeScript POP3 and POP3S Server.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "mocha \"dist/tests/**/*.js\"",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.22",
    "mocha": "^9.2.2"
  },
  "keywords": [
    "pop3",
    "pop",
    "email",
    "mail",
    "message",
    "library",
    "package"
  ],
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/skywa04885/lpop3"
  },
  "homepage": "https://skywa04885.github.io/lpop3/",
  "dependencies": {
    "llibdatastructures": "^1.0.2",
    "llibemailaddress": "^1.0.1"
  }
}
