-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 916 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
{
"name": "obsidian-task-status",
"version": "1.2.1",
"description": "Quickly change any task status in your Obsidian notes",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"prepare": "husky install",
"test": "echo 'no tests yet'"
},
"keywords": [
"obsidian"
],
"author": "Valerie Burzynski",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"builtin-modules": "3.3.0",
"esbuild": "0.19.9",
"obsidian": "latest",
"tslib": "2.6.2",
"typescript": "5.3.3",
"husky": "^8.0.0"
}
}