forked from geert-janklaps/cds-launchpad-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "cds-launchpad-plugin",
"version": "1.0.9",
"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?",
"devold": "ts-node ./test/server.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geert-janklaps/cds-launchpad-plugin.git"
},
"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": {
"@sap/cds": ">=5.7.5",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.13",
"express": "^4.17.2",
"sqlite3": "^5.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}