forked from sawhney17/logseq-github-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 871 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": "loghub",
"version": "0.1.0",
"description": "fetch github issues to logseq",
"main": "index.html",
"targets": {
"main": false
},
"scripts": {
"build": "parcel build --no-source-maps index.html --public-url ./",
"postbuild": "./scripts/postbuild.sh",
"watch": "parcel watch index.html --public-url ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"logseq": {
"id": "loghub",
"title": "loghub",
"icon": "./icon.png"
},
"dependencies": {
"@logseq/libs": "0.0.1-alpha.35",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.56.0",
"@octokit/plugin-paginate-graphql": "^4.0.0",
"@octokit/types": "^12.5.0",
"octokit": "^1.7.1"
},
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "^2.11.0"
}
}