-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 877 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "canvas-learning-system",
"version": "0.0.0",
"private": true,
"description": "Canvas Learning System - Monorepo root (tooling only)",
"scripts": {
"prepare": "lefthook install",
"lint:backend": "cd backend && python -m pytest tests/ -m \"not integration\" --co -q",
"lint:plugin": "cd canvas-progress-tracker/obsidian-plugin && npm run typecheck",
"build:plugin": "cd canvas-progress-tracker/obsidian-plugin && npm run build",
"deploy:plugin": "cd canvas-progress-tracker/obsidian-plugin && npm run deploy",
"verify:plugin": "cd canvas-progress-tracker/obsidian-plugin && npm run verify",
"verify:spec": "python scripts/spec-tools/verify-sync.py"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@fission-ai/openspec": "^1.2.0",
"lefthook": "^1.6.0"
}
}