forked from simo101/Mendix-Count-Application-Objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 779 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 779 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
{
"name": "Mendix-Count-Application-Objects",
"version": "1.0.0",
"description": "",
"main": "total-number-objects.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/simo101/Mendix-Count-Application-Objects.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simo101/Mendix-Count-Application-Objects/issues"
},
"homepage": "https://github.com/simo101/Mendix-Count-Application-Objects",
"dependencies": {
"@types/node": "^12.0.2",
"@types/when": "^2.4.31",
"fs": "^0.0.2",
"json2xls": "^0.1.2",
"mendixmodelsdk": "^4.20.0",
"mendixplatformsdk": "^4.1.0",
"officegen": "^0.4.8"
}
}