-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.25 KB
/
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
{
"name": "books-annotations",
"version": "1.2.0",
"description": "An app for viewing and extracting annotations and highlights and notes from the Books app",
"main": "js/main.js",
"scripts": {
"start": "electron .",
"test1": "BOOKS_ANNOTATIONS_ENV=test1 electron .",
"test2": "BOOKS_ANNOTATIONS_ENV=test2 electron .",
"test3": "BOOKS_ANNOTATIONS_ENV=test3 electron .",
"build": "electron-packager . 'Books Annotations' --overwrite --platform=darwin --icon=assets/icon.icns --ignore=\"test-files/.*|release-builds/.*\" --prune --out=release-builds --app-bundle-id=\"com.alexbeals.BooksAnnotations\" --app-version=\"1.2.0\" --build-version=\"1.2.0\" --osx-sign"
},
"author": "Alex Beals",
"repository": "https://github.com/dado3212/books-annotations",
"license": "MIT",
"devDependencies": {
"@electron/packager": "^18.3.3",
"electron": "^31.0.2",
"electron-rebuild": "^3.2.9"
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@fortawesome/fontawesome-free": "^6.5.2",
"@lwahonen/ref-napi": "^4.0.8",
"bplist-parser": "^0.3.2",
"jarvis-emitter": "^2.1.4",
"meaco": "^1.0.3",
"plist": "^3.1.0",
"ref-array-di": "^1.2.2",
"ref-struct-di": "^1.1.1",
"xml-buffer-tostring": "^0.2.0"
}
}