-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 642 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 642 Bytes
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": "logseq-plugin-github-get",
"version": "1.0.2",
"description": "Get a file from a github repo",
"main": "dist/index.html",
"targets": {
"main": false
},
"keywords": [
"logseq"
],
"scripts": {
"dev": "parcel ./index.html --public-url ./",
"build": "parcel build --no-source-maps index.html --public-url ./"
},
"author": "p4th",
"logseq": {
"id": "logseq-github-get-ref",
"icon": "./icon.png"
},
"dependencies": {
"@logseq/libs": "0.0.1-alpha.35",
"axios": "^0.26.0"
},
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "2.0.0",
"typescript": "4.4.3"
}
}