-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
35 lines (35 loc) · 1005 Bytes
/
package.json
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
{
"name": "native-overleaf",
"version": "1.9.3",
"description": "Next-level academia by extending Overleaf in a native package.",
"main": "bundled_script.js",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage --config=jest.config.js ./Tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fjwillemsen/NativeOverleaf.git"
},
"keywords": [
"Overleaf",
"Nativefier",
"Electron",
"academia",
"LaTex"
],
"author": "Floris-Jan Willemsen",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fjwillemsen/NativeOverleaf/issues"
},
"homepage": "https://github.com/fjwillemsen/NativeOverleaf#readme",
"dependencies": {
"nativefier": "^52.0.0"
},
"devDependencies": {
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-fetch-mock": "^3.0.3",
"terser": "^5.31.0"
}
}