-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 788 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 788 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": "tmxvalidator",
"productName": "TMXValidator",
"version": "3.0.0",
"description": "TMX Validator",
"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/TMXValidator.git"
},
"homepage": "https://www.maxprograms.com/products/tmxvalidator.html",
"devDependencies": {
"electron": "^41.1.1",
"typescript": "^6.0.2"
},
"dependencies": {
"typesbcp47": "^1.18.1",
"typesxml": "^1.18.0"
}
}