| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "zhishiku",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.zyuas.com/zyy/knowledge.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "type": "commonjs",
- "dependencies": {
- "@types/fluent-ffmpeg": "^2.1.28",
- "bullmq": "^5.74.1",
- "dotenv": "^17.4.2",
- "drizzle-orm": "^0.45.2",
- "fluent-ffmpeg": "^2.1.3",
- "minio": "^8.0.7",
- "pg": "^8.20.0"
- },
- "devDependencies": {
- "@types/pg": "^8.20.0",
- "drizzle-kit": "^0.31.10",
- "tsx": "^4.21.0",
- "typescript": "^6.0.3"
- }
- }
|