mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 13:11:17 +00:00
24 lines
388 B
JSON
24 lines
388 B
JSON
|
|
{
|
||
|
|
"name": "aris",
|
||
|
|
"private": true,
|
||
|
|
"workspaces": [
|
||
|
|
"packages/*",
|
||
|
|
"apps/*"
|
||
|
|
],
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"lint": "oxlint .",
|
||
|
|
"lint:fix": "oxlint --fix .",
|
||
|
|
"format": "oxfmt --write .",
|
||
|
|
"format:check": "oxfmt --check ."
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/bun": "latest",
|
||
|
|
"oxfmt": "^0.24.0",
|
||
|
|
"oxlint": "^1.39.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
}
|