18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"name": "typewriter",
|
|
"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"
|
|
}
|
|
}
|