-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
49 lines (49 loc) · 1.24 KB
/
package.json
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
46
47
48
49
{
"name": "bunnycdn-storage-deploy",
"version": "2.2.3",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "vitest",
"build": "webpack",
"build-watch": "webpack --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": "7.24.2",
"node": "v16.17.0"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@types/got": "^9.6.12",
"node-fetch": "^3.3.2",
"p-queue": "^7.4.1",
"readdirp": "^3.6.0"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"vitest": "^0.34.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}