-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "vsc-sap-hana-mta-dev-env-node14x",
"version": "1.1.2",
"description": "VS Code Dev Container for SAP HANA App development for Node.js 14.x",
"main": "index.js",
"dependencies": {
"keytar": "^7.7.0",
"vitepress": "^0.16.1"
},
"server": {
"host": true
},
"devDependencies": {},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x.git"
},
"keywords": [
"SAP",
"HANA",
"XSA",
"SAP HANA XSA Application",
"SAP HANA BTP",
"SAPUI5",
"SAP",
"Fiori",
"DevOps",
"Docker",
"Kubernetes",
"K8s",
"Kyma",
"JavaScript",
"Node.js"
],
"author": "Dirk Raschke",
"license": "ISC",
"bugs": {
"url": "https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x/issues"
},
"homepage": "https://github.com/draschke/vsc-sap-hana-mta-dev-env-node14x#readme"
}