UNPKG

camt

Version:
34 lines (33 loc) 691 B
{ "name": "camt", "version": "1.0.1", "description": "Camt parser", "main": "parse.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint -f unix .", "fix": "eslint -f unix . --fix" }, "repository": { "type": "git", "url": "git+https://github.com/sami-sweng/camt.git" }, "keywords": [ "camt", "xml", "finance", "parser" ], "author": "Sami Perrin", "license": "MIT", "bugs": { "url": "https://github.com/sami-sweng/camt/issues" }, "homepage": "https://github.com/sami-sweng/camt#readme", "dependencies": { "xml4js": "^0.1.3" }, "devDependencies": { "eslint": "^6.8.0" } }