-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 857 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
{
"name": "mendixhelper",
"version": "1.0.0",
"description": "��#\u0000 \u0000M\u0000e\u0000n\u0000d\u0000i\u0000x\u0000H\u0000e\u0000l\u0000p\u0000e\u0000r\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexander-clearis/MendixHelper.git"
},
"author": "Alex",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexander-clearis/MendixHelper/issues"
},
"homepage": "https://github.com/alexander-clearis/MendixHelper#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "8.22.0",
"mendix-client": "^7.15.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}