mirror of
https://github.com/yangcht/obsidian-things-toolkit.git
synced 2026-07-22 07:45:44 +00:00
35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"name": "obsidian-things-toolkit-plugin",
|
|
"version": "1.0.0",
|
|
"description": "Sync Things3 completions into Obsidian daily notes with review stats",
|
|
"author": "yangcht",
|
|
"main": "main.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .ts",
|
|
"build": "npm run lint && rollup -c",
|
|
"build:nolint": "rollup -c",
|
|
"test:watch": "yarn test -- --watch"
|
|
},
|
|
"dependencies": {
|
|
"obsidian": "obsidianmd/obsidian-api#master",
|
|
"obsidian-daily-notes-interface": "0.9.2",
|
|
"papaparse": "5.3.1",
|
|
"tslib": "2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "17.1.0",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"@rollup/plugin-node-resolve": "11.2.0",
|
|
"@rollup/plugin-replace": "2.4.1",
|
|
"@rollup/plugin-typescript": "8.2.0",
|
|
"@types/moment": "2.13.0",
|
|
"@types/papaparse": "5.3.1",
|
|
"@typescript-eslint/eslint-plugin": "4.17.0",
|
|
"@typescript-eslint/parser": "4.17.0",
|
|
"eslint": "7.22.0",
|
|
"moment": "2.29.1",
|
|
"rollup": "2.41.2",
|
|
"typescript": "4.2.3"
|
|
}
|
|
}
|