package.json 419 B

12345678910111213141516171819
  1. {
  2. "name": "rag-server",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "ISC",
  10. "description": "",
  11. "dependencies": {
  12. "@tensorflow/tfjs-node": "^4.22.0",
  13. "@vladmandic/face-api": "^1.7.14",
  14. "canvas": "^2.11.2",
  15. "face-api.js": "^0.22.2",
  16. "pg-promise": "^11.10.2",
  17. "shelljs": "^0.8.5"
  18. }
  19. }