package.json 575 B

12345678910111213141516171819202122232425262728
  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. "dotenv": "^17.4.2",
  19. "drizzle-orm": "^0.45.2",
  20. "pg": "^8.20.0"
  21. },
  22. "devDependencies": {
  23. "@types/pg": "^8.20.0",
  24. "drizzle-kit": "^0.31.10",
  25. "tsx": "^4.21.0",
  26. "typescript": "^6.0.3"
  27. }
  28. }