-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 852 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
{
"logseq": {
"id": "logseq-auto-rtl-plugin",
"title": "logseq-auto-rtl-plugin",
"description": "A plugin to support right-to-left editing",
"author": "abc3354",
"repo": "https://github.com/abc3354/logseq-auto-rtl-plugin",
"icon": "./icon.svg",
"theme": false,
"sponsors": [
"Motlaq"
]
},
"name": "logseq-auto-rtl-plugin",
"version": "0.1",
"description": "A plugin to support right-to-left editing",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build --no-source-maps src/index.html --public-url ./"
},
"keywords": [],
"author": "abc3354",
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.34"
},
"devDependencies": {
"parcel": "^2.10.3"
}
}