UNPKG

@mistweaverco/libas2

Version:

Implementation of the AS2 protocol as presented in RFC 4130 and related RFCs

59 lines (58 loc) 1.49 kB
{ "name": "@mistweaverco/libas2", "version": "0.3.0", "description": "Implementation of the AS2 protocol as presented in RFC 4130 and related RFCs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**" ], "scripts": { "build": "tsc" }, "keywords": [ "as2", "RFC4130", "as2 protocol", "mdn", "edi" ], "author": "Aaron Huggins", "repository": { "type": "git", "url": "https://github.com/mistweaverco/node-libas2" }, "license": "MIT", "dependencies": { "@nhs-llc/emailjs-mime-parser": "2.1.0", "@peculiar/webcrypto": "1.5.0", "asn1js": "2.4.0", "node-forge": "1.3.0", "nodemailer": "6.10.1", "pkijs": "2.1.90" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.27.2", "@babel/preset-typescript": "^7.27.1", "@types/luxon": "^1.27.1", "@types/mailparser": "^2.7.4", "@types/node": "^14.18.63", "@types/node-forge": "^0.9.10", "@types/nodemailer": "^6.4.17", "@types/ping": "^0.2.1", "@types/pkijs": "0.0.4", "del-cli": "^3.0.1", "dts-bundle-webpack": "^1.0.2", "jsdoc-babel": "^0.5.0", "luxon": "^1.28.1", "ping": "^0.2.3", "sinon": "^9.2.4", "source-map-support": "^0.5.21", "ts-loader": "^8.4.0", "ts-mock-imports": "^1.3.17", "ts-node": "^9.1.1", "typescript": "^4.9.5" } }