package.json 570 B

123456789101112131415161718192021222324
  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. "repository": {
  10. "type": "git",
  11. "url": "https://lolg.it/uvo/vestniky.git"
  12. },
  13. "author": "Herby Vojčík <herby@mailbox.sk>",
  14. "license": "MIT",
  15. "dependencies": {
  16. "isomorphic-fetch": "^2.2.1"
  17. },
  18. "devDependencies": {
  19. "@babel/core": "^7.4.5",
  20. "@babel/preset-env": "^7.4.5",
  21. "@babel/register": "^7.4.4",
  22. "regenerator-runtime": "^0.13.2"
  23. }
  24. }