package.json 658 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "vestniky",
  3. "version": "0.1.0",
  4. "description": "Loads UVO vestniky XMLs",
  5. "module": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "engineStrict": true,
  10. "engines": {
  11. "node": ">=10"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://lolg.it/uvo/vestniky.git"
  16. },
  17. "author": "Herby Vojčík <herby@mailbox.sk>",
  18. "license": "MIT",
  19. "dependencies": {
  20. "isomorphic-fetch": "^2.2.1",
  21. "xml2js": "^0.4.19"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "^7.4.5",
  25. "@babel/preset-env": "^7.4.5",
  26. "@babel/register": "^7.4.4",
  27. "regenerator-runtime": "^0.13.2"
  28. }
  29. }