mfgames-writing-js/package.json
D. Moonfire e3144df155 feat!: updating dependencies and restructuring project
- removed semantic release
- switched to a NixOS flake-based setup
  - using mfgames-project-setup-flake
- updated various underlying dependencies
- updated Node version
  - removed lerna
  - switched to npm workspaces
- updated the TypeScript version
  - basic logic for fixing various warnings and errors
- added the start of documentation
    chore: bringing various dependences and build systems up to date
2025-01-18 00:51:59 -06:00

24 lines
544 B
JSON

{
"name": "root",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/ncx",
"packages/opf",
"packages/contracts",
"packages/liquid-theme",
"packages/clean-theme",
"packages/greekil-theme",
"packages/docx-format",
"packages/epub2-format",
"packages/html-format",
"packages/weasyprint-format",
"packages/guillemet-pipeline",
"packages/hyphen-pipeline",
"packages/format"
],
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"sort-package-json": "^1.50.0"
}
}