Files
typewriter/package.json
Julien Calixte e152237477 docs: rename project to Typoena
Project gets a proper name. Replaces "Ours" / "Our product" placeholders
in the QFD perception zone and the working title "typewriter" in
README/CONTEXT headers and the npm name. "Typewriter" the category
noun (the writing-machine concept) stays unchanged — Typoena is the
brand, typewriter is the category. SoftAP SSID typewriter-setup and the
repo directory are deliberately left as-is.
2026-05-16 14:21:32 +02:00

18 lines
303 B
JSON

{
"name": "typoena",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"oxfmt": "^0.49.0"
}
}