-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.json
49 lines (49 loc) · 1.19 KB
/
index.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": "nodejs",
"displayName": "Node.js Runtime",
"description": "Node.js application",
"type": "stack",
"tags": [
"Node.js",
"Express",
"ubi8"
],
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg",
"projectType": "Node.js",
"language": "JavaScript",
"versions": [
{
"version": "2.2.1",
"schemaVersion": "2.2.0",
"default": true,
"description": "Node.js 18 application",
"tags": [
"Node.js",
"Express",
"ubi8"
],
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg",
"links": {
"self": "devfile-catalog/nodejs:2.2.1"
},
"commandGroups": {
"build": true,
"debug": true,
"deploy": false,
"run": true,
"test": true
},
"resources": [
"devfile.yaml",
"archive.tar"
],
"starterProjects": [
"nodejs-starter"
],
"lastModified": "0001-01-01T00:00:00Z"
}
],
"lastModified": "0001-01-01T00:00:00Z"
}
]