package.json 664 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "ncbiparse",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "tsc",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "devDependencies": {
  14. "@types/node": "^17.0.19",
  15. "@types/xml2js": "^0.4.9",
  16. "@types/xml2json": "^0.11.4",
  17. "@types/xmldom": "^0.1.31",
  18. "typescript": "^4.5.5"
  19. },
  20. "dependencies": {
  21. "axios": "^0.26.0",
  22. "fast-xml-parser": "^4.0.3",
  23. "genbank-parser": "^1.2.4",
  24. "jsonata": "^1.8.6",
  25. "piscina": "^3.2.0",
  26. "xml2json": "^0.12.0",
  27. "xmldom": "^0.6.0",
  28. "xpath": "^0.0.32"
  29. }
  30. }