-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "acr-login-action",
"version": "1.0.4",
"private": true,
"main": "src/login.js",
"scripts": {
"lint": "eslint .",
"prepare": "ncc build src/login.js -o dist --source-map --license licenses.txt",
"test": "jest",
"all": "npm run lint && npm run prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliyun/acr-login.git"
},
"keywords": [
"actions",
"alibaba",
"container",
"github",
"acr"
],
"author": "denverdino@gmail.com",
"license": "Apache",
"bugs": {
"url": "https://github.com/aliyun/acr-login/issues"
},
"homepage": "https://github.com/aliyun/acr-login#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@alicloud/pop-core": "^1.7.13",
"@docker/actions-toolkit": "^0.62.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"eslint": "^8.26.0",
"jest": "^29.7.0"
}
}