package.json 410 B

123456789101112131415161718192021
  1. {
  2. "name": "ncbiref",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "prepublish": "npm run build",
  8. "build": "tsc",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "devDependencies": {
  15. "@types/node": "^17.0.18",
  16. "typescript": "^4.5.5"
  17. },
  18. "dependencies": {
  19. "fastq": "^1.13.0"
  20. }
  21. }