-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 878 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 878 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
{
"name": "swordfish",
"productName": "Swordfish",
"version": "5.19.0",
"description": "Swordfish Translation Editor",
"main": "js/Swordfish.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "npm run build && electron ."
},
"author": {
"name": "Rodolfo M. Raya",
"email": "rmraya@maxprograms.com",
"url": "https://www.maxprograms.com"
},
"homepage": "https://www.maxprograms.com/products/swordfish.html",
"license": "EPL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/rmraya/Swordfish.git"
},
"devDependencies": {
"electron": "^41.0.2",
"typescript": "^5.9.3"
},
"dependencies": {
"mtengines": "^4.8.0",
"sdltm": "^2.1.0",
"typesbcp47": "^1.18.1",
"typesxml": "^1.18.0"
}
}