-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.53 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": "logseq-nostr-sync",
"version": "0.0.1",
"description": "Allows you to send Direct Messages to a specific Nostr public key and download them to your journal based on the creation date.",
"main": "dist/index.html",
"targets": {
"main": false
},
"default": "dist/index.html",
"repository": {
"type": "git",
"url": "https://github.com/logseq/logseq-plugin-samples/tree/master/logseq-reddit-hot-news"
},
"author": "Logseq",
"scripts": {
"build": "parcel build --public-url . --no-source-maps index.html",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "eslint --fix '**/**/*.{js,ts,tsx}'"
},
"license": "MIT",
"logseq": {
"id": "_rw0ras038",
"title": "Nostr sync",
"description": "Allows you to send Direct Messages to a specific Nostr public key and download them to your journal based on the creation date.",
"author": "KoalaSat",
"icon": "./icon.png"
},
"dependencies": {
"@logseq/libs": "^0.0.15",
"date-fns": "^2.30.0",
"nostr-tools": "^1.17.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-plugin-i18next": "^6.0.0-8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.0",
"parcel": "^2.0.0",
"typescript": "^5.2.2"
}
}