-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 777 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 777 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
34
{
"name": "fluenta",
"productName": "Fluenta",
"version": "5.5.0",
"description": "Fluenta DITA Translation Manager",
"main": "js/fluenta.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "tsc",
"start": "npm run build && electron ."
},
"type": "module",
"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.1.0",
"typescript": "^6.0.2"
},
"dependencies": {
"typesbcp47": "^1.18.1",
"typesxml": "^1.18.0"
}
}