-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.85 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
60
61
62
63
64
65
66
{
"name": "@cnoe-io/plugin-scaffolder-actions",
"version": "0.1.0",
"description": "A custom Backstage scaffolder action to do CNOE verifications",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
},
"files": [
"dist"
],
"backstage": {
"role": "backend-plugin-module"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnoe-io/plugin-scaffolder-actions.git"
},
"keywords": [
"backstage",
"sanitize",
"cnoe-io",
"backstage-scaffolder",
"backstage-custom-action",
"backstage-plugin",
"backstage-template"
],
"author": "Amazon Web Services",
"license": "Apache-2.0",
"dependencies": {
"@backstage/backend-common": "^0.19.1",
"@backstage/config": "^1.0.8",
"@backstage/integration": "^1.5.1",
"@backstage/plugin-scaffolder-backend": "^1.15.1",
"@backstage/plugin-scaffolder-node": "^0.2.5",
"@backstage/types": "^1.0.0",
"@kubernetes/client-node": "^0.18.1",
"@octokit/rest": "^19.0.5",
"command-exists": "^1.2.9",
"fs-extra": "^11.1.1",
"yaml": "^2.3.1"
},
"devDependencies": {
"@backstage/cli": "^0.22.9",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.11.3"
},
"bugs": {
"url": "https://github.com/cnoe-io/plugin-scaffolder-actions/issues"
},
"homepage": "https://github.com/cnoe-io/plugin-scaffolder-actions#readme"
}