package.json 416 B

123456789101112131415161718192021
  1. {
  2. "name": "uniprotparser",
  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.21",
  15. "typescript": "^4.6.2"
  16. },
  17. "dependencies": {
  18. "arangojs": "^7.7.0",
  19. "fast-xml-parser": "^4.0.6"
  20. }
  21. }