Files
autodoc/package.json
T
Iisyourdad f47aca67c2
Template tests / tests (push) Failing after 4s
Finish Electron shell and workflow wiring
2026-06-10 18:32:30 -05:00

20 lines
575 B
JSON

{
"name": "stepforge",
"version": "0.1.0",
"description": "Fully offline desktop tool for capturing, annotating, and exporting step-by-step guides.",
"main": "app/main.js",
"license": "MPL-2.0",
"private": true,
"scripts": {
"start": "node scripts/start-electron.js",
"test": "node --test tests/unit/",
"sample": "node scripts/make-sample-guide.js",
"build": "bash scripts/build-release.sh",
"verify": "bash scripts/verify.sh",
"bootstrap": "bash scripts/bootstrap-offline.sh"
},
"devDependencies": {
"electron": "^41.7.1"
}
}