-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 918 Bytes
/
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
{
"name": "static-website-deploy",
"version": "3.0.0",
"description": "With this action, you can automate your workflow to deploy files to Azure Storage Account",
"main": "dist/index.js",
"scripts": {
"build": "ncc build index.js -C --out dist",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tibor19/static-website-deploy.git"
},
"author": {
"name": "Tiberiu Covaci",
"url": "https://github.com/tibor19"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tibor19/static-website-deploy/issues"
},
"homepage": "https://github.com/tibor19/static-website-deploy#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@azure/identity": "^3.1.3",
"@azure/storage-blob": "^12.12.0",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@vercel/ncc": "^0.36.0"
}
}