-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "@shoukoo/backstage-plugin-scaffolder-cuelang",
"version": "0.4.12",
"description": "Backstage template action",
"main": "index.js",
"types": "src/index.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin"
},
"scripts": {
"tsc": "tsc",
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
},
"author": "Andy",
"license": "MIT",
"dependencies": {
"@backstage/backend-common": "^0.19.0",
"@backstage/integration": "^1.5.0",
"@backstage/plugin-auth-node": "^0.2.15",
"@backstage/plugin-scaffolder-backend": "^1.15.0",
"command-exists": "^1.2.9",
"fs-extra": "^11.2.0",
"path": "^0.12.7"
},
"devDependencies": {
"@backstage/cli": "^0.22.8",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^11.0.1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shoukoo/backstage-plugin-scaffolder-cuelang.git"
},
"keywords": [
"Backstage",
"Template"
],
"bugs": {
"url": "https://github.com/shoukoo/backstage-plugin-scaffolder-cuelang/issues"
},
"homepage": "https://github.com/shoukoo/backstage-plugin-scaffolder-cuelang#readme"
}