-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "task-maxxing",
"version": "0.1.0",
"private": true,
"description": "Two-way task sync between Obsidian and Morgen",
"license": "MIT",
"author": "Nate Davidovich / Lorecraft LLC / fidgetcoding",
"repository": "github:fidgetcoding/task-maxxing",
"engines": {
"node": ">=20"
},
"scripts": {
"test": "node scripts/test-areas-config.js && node scripts/test-helpers.js && node scripts/sync-e2e-tests.js",
"test:helpers": "node scripts/test-helpers.js",
"validate:state": "node scripts/validate-sync-state.js",
"validate:workflows": "node scripts/validate-workflows.js",
"install:workflows": "./scripts/install-workflows.sh",
"backfill:morgen": "node scripts/morgen-backfill.js",
"lint": "echo 'No linter configured yet'",
"test:areas": "node scripts/test-areas-config.js"
}
}