We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b635ff commit 75dbd1dCopy full SHA for 75dbd1d
package.json
@@ -1,13 +1,19 @@
1
{
2
"name": "logseq-ticktick-plugin",
3
"version": "0.0.1",
4
+ "description": "TickTick plugin for Logseq.",
5
"main": "dist/index.html",
6
"scripts": {
7
"dev": "vite",
8
"build": "tsc && vite build",
9
"preinstall": "npx only-allow pnpm"
10
},
11
"license": "MIT",
12
+ "author": "Maximilian Schöll",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/mxschll/logseq-ticktick-plugin"
16
+ },
17
"dependencies": {
18
"@logseq/libs": "^0.0.14",
19
"moment": "^2.29.4",
0 commit comments