package.json 476 B

123456789101112131415161718192021
  1. {
  2. "name": "alttranscripts",
  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. "aligner": "http://git.t0m4.fr/Thomas/aligner.git",
  19. "gbffparser": "http://git.t0m4.fr/Thomas/gbffParser.git"
  20. }
  21. }