forked from geert-janklaps/cds-launchpad-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.83 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
67
68
69
70
71
{
"name": "cds-launchpad-plugin",
"version": "2.1.7",
"description": "Launchpad Plugin for demo / development / testing SAP CAP-based projects",
"main": "dist/index.js",
"types": "dist/index",
"scripts": {
"dev": "cds-ts run ./test/sample --with-mocks --in-memory?",
"dev:cdspluginui5deps": "pnpm --filter cap-server-cds-plugin-ui5-deps start",
"dev:cdspluginui5": "pnpm --filter cap-server-cds-plugin-ui5 start",
"dev:sapux": "pnpm --filter cap-server-sapux start",
"devold": "ts-node ./test/server.ts",
"prepublish": "tsc",
"watch": "tsc -w",
"test": "pnpm --filter http-test test",
"prepare": "husky install && chmod ug+x .husky/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geert-janklaps/cds-launchpad-plugin.git"
},
"files": [
"dist",
"templates",
"cds-plugin.js",
"decs.d.ts",
"LICENSE",
"README.md"
],
"keywords": [
"cds",
"cap",
"launchpad",
"fiori",
"sapui5",
"openui5"
],
"author": "Geert-Jan Klaps",
"license": "MIT",
"bugs": {
"url": "https://github.com/geert-janklaps/cds-launchpad-plugin/issues"
},
"homepage": "https://github.com/geert-janklaps/cds-launchpad-plugin#readme",
"dependencies": {
"@sap/cds-dk": ">=4.3",
"dot-properties": "^1.0.1"
},
"peerDependencies": {
"@sap/cds": ">=5",
"@sap/cds-dk": ">=4.3",
"express": ">=4"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@sap/cds": ">=5.7.5",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.13",
"express": "^4.17.2",
"husky": "^9.0.0",
"sqlite3": "^5.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"cds": {
"launchpad": {
"basePath": "/$launchpad",
"theme": "sap_horizon"
}
}
}