package.json 693 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "zhishiku",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.zyuas.com/zyy/knowledge.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "type": "commonjs",
  17. "dependencies": {
  18. "@types/fluent-ffmpeg": "^2.1.28",
  19. "bullmq": "^5.74.1",
  20. "dotenv": "^17.4.2",
  21. "drizzle-orm": "^0.45.2",
  22. "fluent-ffmpeg": "^2.1.3",
  23. "minio": "^8.0.7",
  24. "pg": "^8.20.0"
  25. },
  26. "devDependencies": {
  27. "@types/pg": "^8.20.0",
  28. "drizzle-kit": "^0.31.10",
  29. "tsx": "^4.21.0",
  30. "typescript": "^6.0.3"
  31. }
  32. }