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.
18 lines
303 B
JSON
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"
|
|
}
|
|
}
|