-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.48 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
50
51
52
53
54
55
56
57
58
59
{
"name": "aca-review-apps",
"version": "0.2.0",
"description": "GitHub Action to create a new Container App revision for PR review",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"act": "act push -P ubuntu-latest=catthehacker/ubuntu:act-22.04 --env-file .act/.env --secret-file .act/.secrets --verbose",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/aca-preview.git"
},
"engines": {
"node": "16.13.0",
"npm": "8.1.0"
},
"author": {
"name": "Yuki Hattori",
"email": "mail@hattori.dev",
"url": "https://hattori.dev"
},
"contributors": [
{
"name": "Hirofumi Horikawa",
"url": "https://github.com/horihiro"
},
{
"name": "Kodai Sakabe",
"url": "https://koudaiii.com",
"email": "cs006061@gmail.com"
},
{
"name": "Kyokutou In",
"url": "https://github.com/k-in"
},
{
"name": "Ryosuke Hyakuta",
"url": "https://github.com/ry0y4n"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/aca-review-apps/issues"
},
"homepage": "https://github.com/Azure/aca-review-apps#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@azure/arm-appcontainers": "^1.1.0",
"@azure/identity": "^2.1.0",
"azure-actions-webclient": "^1.0.10"
},
"devDependencies": {
"@types/node": "^13.13.52",
"debug": "^4.3.4",
"typescript": "^4.8.3"
}
}