-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 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
32
33
34
35
{
"name": "mendilangelo",
"version": "1.0.1",
"main": ".\\out\\mendilangelo.js",
"bin": ".\\out\\mendilangelo.js",
"scripts": {
"start": "node .\\out\\mendilangelo.js",
"export": "node .\\out\\exportMicroflowsToTypescript.js",
"build": "tsc"
},
"keywords": [
"Mendix"
],
"compilerOptions": {
"esModuleInterop": true
},
"author": "Chris de Gelder",
"license": "MIT",
"dependencies": {
"@types/when": "^2.4.34",
"axios": "^1.1.2",
"got": "^12.5.2",
"inquirer": "^8.0.0",
"mendixmodelsdk": "^4.67.0",
"mendixplatformsdk": "^5.1.1",
"open": "^8.4.0",
"when": "^3.7.8"
},
"description": "Mendix code generator",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/got": "^9.6.12",
"@types/inquirer": "^9.0.1"
}
}