mirror of
https://github.com/bambuscontrol/obsidian-chronotyper.git
synced 2026-07-22 05:33:58 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-chronotyper",
|
|
"version": "2.1.0",
|
|
"description": "Obsidian plugin for tracking note edit time.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"export-schema": "typescript-json-schema --required --strictNullChecks --validationKeywords --ignoreErrors --refs --id https://raw.githubusercontent.com/BambusControl/obsidian-chronotyper/0.1.0-NEXT/resources/save-data-schema.json --out ./resources/save-data-schema.json tsconfig.json SaveData"
|
|
},
|
|
"keywords": [
|
|
"obsidian"
|
|
],
|
|
"private": true,
|
|
"repository": "https://github.com/BambusControl/obsidian-chronotyper",
|
|
"author": {
|
|
"name": "BambusControl",
|
|
"url": "https://github.com/BambusControl"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18",
|
|
"@types/papaparse": "^5",
|
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
"@typescript-eslint/parser": "^5",
|
|
"builtin-modules": "^3",
|
|
"esbuild": "^0",
|
|
"esbuild-sass-plugin": "^3",
|
|
"obsidian": "1.8.7",
|
|
"ts-jest": "^29",
|
|
"tslib": "^2",
|
|
"typescript": "^4",
|
|
"typescript-json-schema": "^0"
|
|
}
|
|
}
|