-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 901 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 901 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
{
"name": "rundeck-ui-plugin-examples",
"version": "1.0.0",
"description": "Configuration-only repository containing Rundeck UI plugin examples with static resources and configurations",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/rundeck-plugins/ui-plugin-examples.git"
},
"keywords": [
"rundeck",
"ui",
"plugin",
"configuration",
"examples"
],
"author": "Rundeck Dev",
"license": "Apache-2.0",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Configuration-only repository - no executable tests\" && exit 0",
"security-scan": "echo \"Security scanning enabled for configuration files\" && exit 0"
},
"config": {
"repository-type": "configuration-only",
"contains-executable-code": false,
"security-scanning": "enabled"
}
}