-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.05 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
{
"name": "@cathodique/de",
"version": "1.0.1",
"description": "Cathodique Desktop Environment",
"main": "dist/main.js",
"scripts": {
"start": "tsc && LOGGERS=wl_serv_i8a56qb0lm3ox1ng1cqai0e1 electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && cp -frfr assets/* dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cathodique/de.git"
},
"author": "Juliet WANG <immjs>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cathodique/de/issues"
},
"homepage": "https://github.com/cathodique/de#readme",
"devDependencies": {
"@electron/rebuild": "^3.7.1",
"@types/electron": "^1.4.38",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@cathodique/mmap-io": "file:../mmap-io",
"@cathodique/wl-serv-high": "file:../wl-serv-high",
"@paralleldrive/cuid2": "^2.2.2",
"electron": "35.7",
"koffi": "^2.14.0",
"node-abi": "^4.12.0",
"xml-parser": "^1.2.1"
},
"overrides": {
"nan": "^2.23.0"
}
}