| 12345678910111213141516171819 |
- {
- "name": "aligner",
- "version": "1.0.0",
- "description": "aligning ",
- "scripts": {
- "prepublish": "npm run build",
- "build": "tsc",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@types/node": "^17.0.17",
- "typescript": "^4.5.5"
- },
- "dependencies": {
- "fastq": "^1.13.0"
- }
- }
|