-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
65 lines (65 loc) · 1.94 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
{
"name": "@parfuemerie-douglas/scaffolder-backend-module-azure-pipelines",
"version": "1.3.0",
"description": "A collection of Backstage scaffolder backend modules for Azure pipelines.",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
"pluginPackage": "@backstage/plugin-scaffolder-backend"
},
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Parfuemerie-Douglas/scaffolder-backend-module-azure-pipelines.git"
},
"keywords": [
"backstage",
"azure-devops",
"azure-pipelines",
"backstage-plugin",
"backstage-template"
],
"author": "Parfümerie Douglas GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Parfuemerie-Douglas/scaffolder-backend-module-azure-pipelines/issues"
},
"homepage": "https://github.com/Parfuemerie-Douglas/scaffolder-backend-module-azure-pipelines#readme",
"dependencies": {
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-plugin-api": "^0.7.0",
"@backstage/errors": "^1.2.4",
"@backstage/integration": "^1.13.0",
"@backstage/plugin-scaffolder-backend": "^1.23.0",
"@backstage/plugin-scaffolder-node": "^0.4.8",
"@backstage/types": "^1.1.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@backstage/cli": "^0.26.11",
"@types/node-fetch": "^2.6.2"
},
"dependenciesMeta": {
"buildcheck@0.0.4": {
"unpluggined": true
}
},
"files": [
"dist"
]
}