{ "name": "vestniky", "version": "0.1.0", "description": "Loads UVO vestniky XMLs", "module": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "engineStrict": true, "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "https://lolg.it/uvo/vestniky.git" }, "author": "Herby Vojčík ", "license": "MIT", "dependencies": { "isomorphic-fetch": "^2.2.1", "xml2js": "^0.4.19" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@babel/register": "^7.4.4", "regenerator-runtime": "^0.13.2" } }