-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 753 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 753 Bytes
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
{
"name": "sdk-export-demo-java",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "npm install && tsd install && tsc",
"tsc": "tsc",
"export": "tsc && node ./export.js"
},
"repository": {
"type": "git",
"url": "gitlab@gitlab.srv.hq.mendix.net:Hackathon/sdk-export-demo-java.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/eventsource": "1.1.11",
"@types/lodash": "4.14.194",
"@types/mkdirp": "2.0.0",
"@types/mustache": "4.2.2",
"@types/ncp": "2.0.5",
"config": "3.3.9",
"lodash": "4.17.21",
"mendixmodelsdk": "4.73.0",
"mendixplatformsdk": "5.1.1",
"mkdirp": "3.0.1",
"mustache": "4.2.0",
"ncp": "2.0.0",
"rimraf": "5.0.0"
}
}