package.json 379 B

12345678910111213141516171819
  1. {
  2. "name": "aligner",
  3. "version": "1.0.0",
  4. "description": "aligning ",
  5. "scripts": {
  6. "prepublish": "npm run build",
  7. "build": "tsc",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@types/node": "^17.0.17",
  14. "typescript": "^4.5.5"
  15. },
  16. "dependencies": {
  17. "fastq": "^1.13.0"
  18. }
  19. }