-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "bunnycdn-storage-deploy",
"version": "2.4.6",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "vitest --dir src/test",
"e2e": "vitest --dir src/e2e --testTimeout=20000 --fileParallelism=false",
"build": "tsc --noEmit && ncc build src/index.ts -o dist --source-map",
"build-watch": "ncc build src/index.ts -o dist --source-map --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayeressian/bunnycdn-storage-deploy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ayeressian/bunnycdn-storage-deploy/issues"
},
"homepage": "https://github.com/ayeressian/bunnycdn-storage-deploy#readme",
"engines": {
"npm": "11.6.2",
"node": "v24.13.0"
},
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/github": "^9.0.0",
"p-queue": "^9.1.0",
"readdirp": "^5.0.0"
},
"devDependencies": {
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vercel/ncc": "^0.38.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}