-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 946 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
37
38
39
40
41
42
{
"name": "trilium-types",
"version": "0.1.2",
"description": "Type definitions for Trilium Notes.",
"homepage": "https://github.com/rauenzi/trilium-types",
"repository": {
"type": "git",
"url": "https://github.com/rauenzi/trilium-types.git"
},
"keywords": [
"trilium",
"notes",
"types"
],
"scripts": {
"tsc": "tsc"
},
"author": "Zerebos",
"license": "Apache-2.0",
"files": [
"backend",
"common",
"frontend",
"index.d.ts"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@ckeditor/ckeditor5-editor-balloon": "^39.0.1",
"@types/codemirror": "^5.60.8",
"@types/jquery": "^3.5.16",
"@types/node": "^20.5.0",
"@types/xml2js": "^0.4.11",
"axios": "^1.4.0",
"dayjs": "^1.11.9"
},
"types": "index.d.ts"
}