generated from sawhney17/logseq-plugin-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
36 lines (36 loc) · 925 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
36
{
"name": "logseq-automatic-linker",
"version": "1.6.0",
"description": "A plugin to automatically create links. ",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"test": "jest --coverage",
"build": "parcel build --no-source-maps index.html --public-url ./",
"dev": "parcel build --no-optimize index.html --public-url ./"
},
"keywords": [],
"author": "Aryan Sawhney",
"license": "MIT",
"dependencies": {
"@logseq/libs": "0.0.6",
"logseq-dateutils": "^0.0.21",
"sherlockjs": "^1.4.2"
},
"logseq": {
"id": "logseq-automatic-linker",
"title": "Automatic Linker",
"icon": "./icon.png",
"description": "A plugin to automatically create links. "
},
"devDependencies": {
"@types/jest": "^29.0.3",
"jest": "^29.0.3",
"parcel": "^2.0.0",
"ts-jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}