-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 882 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
{
"name": "sketchnote",
"version": "1.0.0",
"description": "take notes and make drawings with embed and latex support.",
"main": "main.js",
"productName": "SketchNote",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"package-linux": "electron-packager . --overwrite --asar=true --platform=linux --arch=x64 --prune=true --out=release-builds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iammanish17/SketchNote.git"
},
"author": "Manish Kundu",
"license": "ISC",
"bugs": {
"url": "https://github.com/iammanish17/SketchNote/issues"
},
"homepage": "https://github.com/iammanish17/SketchNote#readme",
"dependencies": {
"electron-store": "^8.0.1",
"quill": "^1.3.6"
},
"devDependencies": {
"electron": "^16.2.6",
"electron-packager": "^15.4.0"
}
}