-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.57 KB
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
47
{
"name": "@mendix/file-uploader",
"moduleName": "File Uploader module",
"version": "2.3.0",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/mendix/web-widgets.git"
},
"mxpackage": {
"type": "module",
"name": "FileUploader",
"mpkName": "FileUploader.mpk",
"dependencies": [
"@mendix/file-uploader-web"
]
},
"moduleFolderNameInModeler": "fileuploader",
"marketplace": {
"minimumMXVersion": "10.22.0.68245",
"appNumber": 235351,
"appName": "File Uploader"
},
"testProject": {
"githubUrl": "https://github.com/mendix/testProjects",
"branchName": "fileuploader-web"
},
"scripts": {
"build:module": "ts-node --project scripts/tsconfig.json scripts/build.ts",
"create-gh-release": "rui-create-gh-release",
"publish-marketplace": "rui-publish-marketplace",
"push-update": "ts-node --project scripts/tsconfig.json scripts/push-update.ts",
"release:module": "ts-node --project scripts/tsconfig.json scripts/release.ts",
"update-changelog": "rui-update-changelog-module",
"verify": "rui-verify-package-format"
},
"dependencies": {
"@mendix/file-uploader-web": "workspace:*"
},
"devDependencies": {
"@mendix/automation-utils": "workspace:*",
"@mendix/prettier-config-web-widgets": "workspace:*",
"cross-env": "^7.0.3"
}
}