forked from maxprograms-com/TMXEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 726 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
{
"name": "tmxeditor",
"productName": "TMXEditor",
"version": "3.6.0",
"description": "TMX Editor",
"main": "js/app.js",
"scripts": {
"build": "tsc",
"start": "npm run build && electron ."
},
"author": {
"name": "Rodolfo M. Raya",
"email": "rmraya@maxprograms.com",
"url": "https://www.maxprograms.com"
},
"license": "EPL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/rmraya/TMXEditor.git"
},
"devDependencies": {
"electron": "^37.4.0",
"typescript": "^5.9.2"
},
"dependencies": {
"typesxml": "^1.8.0",
"typesbcp47": "^1.9.0",
"sdltm": "^1.5.0"
}
}