-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 958 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 958 Bytes
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
{
"name": "eci-skills",
"version": "1.0.2",
"description": "阿里云 ECI Skills 一键安装器(支持 docs/k8s/openapi/ops 全套技能)",
"repository": {
"type": "git",
"url": "git+https://github.com/MisonL/alibaba-eci-skills.git"
},
"homepage": "https://github.com/MisonL/alibaba-eci-skills#readme",
"bugs": {
"url": "https://github.com/MisonL/alibaba-eci-skills/issues"
},
"keywords": [
"aliyun",
"eci",
"codex",
"skills",
"kubernetes",
"openapi",
"ops"
],
"license": "MIT",
"type": "module",
"bin": {
"eci-skills": "bin/install.mjs"
},
"scripts": {
"test": "node --test",
"check": "node --check bin/install.mjs && bash -n install.sh && npm run test"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"bin",
"skills",
"scripts",
"install.sh"
]
}