-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 949 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
{
"name": "logseq-bidi",
"version": "0.2.0",
"description": "A Logseq plugin for adding bidirectional text support, making it possible to manage knowledge in both LTR and RTL languages.",
"main": "dist/index.html",
"repository": "https://github.com/dobidi/logseq-bidi",
"author": "Mostafa Ahangarha",
"license": "AGPL-3.0-or-later",
"targets": {
"main": false
},
"scripts": {
"build": "parcel build --no-source-maps index.html --public-url ./",
"watch": "parcel watch index.html --public-url ./",
"lint": "eslint '**/*.js'",
"lint-fix": "eslint --fix '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@logseq/libs": "^0.0.17"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"parcel": "^2.11.0"
},
"logseq": {
"icon": "icon.png",
"id": "logseq-bidi"
}
}