28 lines
625 B
JSON
28 lines
625 B
JSON
![]() |
{
|
||
|
"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": {
|
||
|
"debug": "^4.4.0",
|
||
|
"lodash.throttle": "^4.1.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/debug": "^4.1.12",
|
||
|
"@types/lodash.throttle": "^4.1.9",
|
||
|
"@types/node": "^20.3.1",
|
||
|
"concurrently": "^8.0.0",
|
||
|
"rimraf": "^6.0.1",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"tsup": "^8.3.5",
|
||
|
"typescript": "^5.5.4"
|
||
|
}
|
||
|
}
|