forked from jasperapp/jasper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.46 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "jasper",
"private": true,
"version": "0.8.0",
"description": "A flexible and powerful issue reader for GitHub",
"author": "h13i32maru",
"homepage": "https://jasperapp.io",
"repository": {
"type": "git",
"url": "https://github.com/jasperapp/jasper"
},
"keywords": [],
"main": "out/src/index.js",
"scripts": {
"mac:run": "npm run mac:copy-icon && JASPER=DEV ./node_modules/.bin/electron ./",
"mac:build": "./script/mac/build.sh",
"mac:sqlite": "./script/mac/build-sqlite.sh",
"mac:copy-icon": "cp ./misc/logo/jasper-dev.icns ./node_modules/electron/dist/Electron.app/Contents/Resources/electron.icns",
"win:run": "./node_modules/.bin/electron ./",
"win:build": "./script/win/build.sh",
"win:sqlite": "./script/win/build-sqlite.sh",
"linux:run": "./node_modules/.bin/electron ./",
"linux:build": "./script/linux/build.sh",
"linux:sqlite": "./script/linux/build-sqlite.sh",
"tsc:watch": "./script/tsc/watch.sh"
},
"dependencies": {
"color-logger": "0.0.6",
"diff": "3.5.0",
"escape-html": "1.0.3",
"fs-extra": "7.0.0",
"moment": "2.22.2",
"node-zip": "1.1.1",
"react": "16.4.2",
"react-dom": "16.4.2",
"request": "2.88.0",
"semver": "5.5.1",
"sqlite3": "^4.1.0",
"uuid": "3.3.2"
},
"devDependencies": {
"@types/react": "^16.9.2",
"electron": "6.0.7",
"electron-notarize": "^0.1.1",
"electron-packager": "14.0.4",
"typescript": "^3.5.3"
}
}