-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.17 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.17 KB
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
{
"name": "@sap-ux/cf-deploy-config-sub-generator",
"description": "Generators for configuring Cloud Foundry deployment configuration",
"version": "0.2.174",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
"directory": "packages/cf-deploy-config-sub-generator"
},
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue"
},
"license": "Apache-2.0",
"main": "generators/app/index.js",
"scripts": {
"build": "tsc --build",
"clean": "rimraf --glob generators test/test-output coverage *.tsbuildinfo",
"watch": "tsc --watch",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "jest --ci --forceExit --detectOpenHandles --colors",
"test-u": "jest --ci --forceExit --detectOpenHandles --colors -u",
"link": "pnpm link --global",
"unlink": "pnpm unlink --global"
},
"files": [
"LICENSE",
"generators",
"!generators/*.map",
"!generators/**/*.map"
],
"dependencies": {
"@sap-devx/yeoman-ui-types": "1.23.0",
"@sap-ux/btp-utils": "workspace:*",
"@sap-ux/cf-deploy-config-writer": "workspace:*",
"@sap-ux/cf-deploy-config-inquirer": "workspace:*",
"@sap-ux/deploy-config-generator-shared": "workspace:*",
"@sap-ux/feature-toggle": "workspace:*",
"@sap-ux/fiori-generator-shared": "workspace:*",
"@sap-ux/inquirer-common": "workspace:*",
"@sap-ux/project-access": "workspace:*",
"hasbin": "1.2.3",
"i18next": "25.10.10",
"yeoman-generator": "5.10.0"
},
"devDependencies": {
"@types/hasbin": "1.2.2",
"@types/inquirer": "8.2.6",
"@types/js-yaml": "4.0.9",
"@types/mem-fs-editor": "7.0.7",
"@types/yeoman-generator": "5.2.14",
"@types/yeoman-test": "4.0.6",
"@sap-ux/logger": "workspace:*",
"@sap/mta-lib": "1.7.4",
"js-yaml": "4.1.1",
"memfs": "3.4.13",
"rimraf": "6.1.3",
"unionfs": "4.6.0",
"yeoman-test": "6.3.0"
},
"engines": {
"node": ">=20.x"
}
}