peppol
Version:
CLI tooling for EHF/PEPPOL XML files
38 lines (37 loc) • 797 B
JSON
{
"name": "peppol",
"version": "1.0.2",
"private": false,
"description": "CLI tooling for EHF/PEPPOL XML files",
"main": "index.js",
"bin": {
"ehf": "./index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:mariuso/peppol-cli.git"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/mariuso/peppol-cli",
"type": "module",
"keywords": [
"ehf",
"peppol",
"xml",
"cli"
],
"author": "Marius Øseth",
"license": "ISC",
"dependencies": {
"chalk": "^5.0.1",
"commander": "^9.3.0",
"fast-xml-parser": "^4.0.8",
"mime-types": "^2.1.35"
},
"devDependencies": {
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "2.7.1"
}
}