training_data/packages/tus/package.json

35 lines
845 B
JSON
Raw Normal View History

2025-01-06 08:45:23 +08:00
{
"name": "@nice/tus",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"private": true,
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rimraf dist",
"typecheck": "tsc --noEmit"
},
"dependencies": {
2025-01-08 00:52:11 +08:00
"@aws-sdk/client-s3": "^3.723.0",
"@shopify/semaphore": "^3.1.0",
2025-01-06 08:45:23 +08:00
"debug": "^4.4.0",
2025-01-08 00:52:11 +08:00
"lodash.throttle": "^4.1.1",
"multistream": "^4.1.0"
2025-01-06 08:45:23 +08:00
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/lodash.throttle": "^4.1.9",
2025-01-08 00:52:11 +08:00
"@types/multistream": "^4.1.3",
2025-01-06 08:45:23 +08:00
"@types/node": "^20.3.1",
"concurrently": "^8.0.0",
2025-01-08 00:52:11 +08:00
"ioredis": "^5.4.1",
2025-01-06 08:45:23 +08:00
"rimraf": "^6.0.1",
2025-01-08 00:52:11 +08:00
"should": "^13.2.3",
2025-01-06 08:45:23 +08:00
"ts-node": "^10.9.1",
"tsup": "^8.3.5",
2025-01-08 00:52:11 +08:00
"typescript": "^5.5.4",
"@redis/client": "^1.6.0"
2025-01-06 08:45:23 +08:00
}
}