-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 840 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "alist-uploader",
"version": "1.0.5",
"description": "A simple uploader for Alist",
"repository": {
"type": "git",
"url": "git+https://github.com/DGP-Automation/alist-uploader.git"
},
"keywords": [
"alist",
"uploader",
"file upload"
],
"author": "DGP Automation",
"license": "MIT",
"scripts": {
"build": "pnpm install && tsc && ncc build .\\lib\\main.js --license licenses.txt --license licenses.txt"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/glob": "^0.4.0",
"@actions/http-client": "^2.2.3",
"fs-extra": "^11.3.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vercel/ncc": "^0.38.3",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.11.1+sha256.211e9990148495c9fc30b7e58396f7eeda83d9243eb75407ea4f8650fb161f7c"
}