-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.36 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.36 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
65
66
67
68
69
{
"name": "@sap-ux/create",
"description": "SAP Fiori tools module to add or remove features",
"version": "0.15.80",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
"directory": "packages/create"
},
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Acreate"
},
"license": "Apache-2.0",
"bin": {
"sap-ux": "./dist/index.js"
},
"engines": {
"node": ">=20.x"
},
"scripts": {
"build": "tsc --build && node ./scripts/generate-readme.js",
"clean": "rimraf --glob dist coverage *.tsbuildinfo",
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "jest --ci --forceExit --detectOpenHandles --colors",
"watch": "tsc --watch"
},
"files": [
"LICENSE",
"dist",
"!dist/*.map",
"!dist/**/*.map"
],
"dependencies": {
"@sap-ux/abap-deploy-config-inquirer": "workspace:*",
"@sap-ux/abap-deploy-config-writer": "workspace:*",
"@sap-ux/adp-tooling": "workspace:*",
"@sap-ux/btp-utils": "workspace:*",
"@sap-ux/app-config-writer": "workspace:*",
"@sap-ux/cap-config-writer": "workspace:*",
"@sap-ux/logger": "workspace:*",
"@sap-ux/mockserver-config-writer": "workspace:*",
"@sap-ux/odata-service-writer": "workspace:*",
"@sap-ux/preview-middleware": "workspace:*",
"@sap-ux/project-access": "workspace:*",
"@sap-ux/system-access": "workspace:*",
"@sap-ux/ui5-config": "workspace:*",
"@sap-ux/flp-config-inquirer": "workspace:*",
"@sap-ux/nodejs-utils": "workspace:*",
"@sap/cf-tools": "3.3.0",
"@sap-ux/axios-extension": "workspace:*",
"chalk": "4.1.2",
"commander": "14.0.3",
"diff": "8.0.4",
"mem-fs": "2.1.0",
"mem-fs-editor": "9.7.0",
"prompts": "2.4.2"
},
"devDependencies": {
"@sap-ux/inquirer-common": "workspace:*",
"@sap-ux/store": "workspace:*",
"@types/diff": "8.0.0",
"@types/inquirer": "8.2.6",
"@types/mem-fs": "1.1.2",
"@types/mem-fs-editor": "7.0.7",
"@types/prompts": "2.4.9"
}
}