-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 731 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
31
32
33
34
{
"name": "logseq-brc",
"version": "0.1",
"description": "Make block references perdurable adding context",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"keywords": [],
"author": "tejonaco",
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.17"
},
"devDependencies": {
"ts-standard": "^12.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"logseq": {
"title": "Logseq Block Reference Context",
"id": "logseq-brc",
"main": "dist/index.html",
"icon": "assets/icon.png"
},
"eslintConfig": {
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": [
"./node_modules/ts-standard/eslintrc.json"
]
}
}