Files
aris/package.json

27 lines
489 B
JSON
Raw Permalink Normal View History

2026-01-16 00:56:55 +00:00
{
"name": "aelis",
2026-01-16 00:56:55 +00:00
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"type": "module",
"scripts": {
"test": "bun run --filter '*' test",
2026-01-16 00:56:55 +00:00
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"format": "oxfmt --write .",
"format:check": "oxfmt --check ."
},
"devDependencies": {
"@json-render/core": "^0.12.1",
"@nym.sh/jrx": "^0.1.0",
2026-01-16 00:56:55 +00:00
"@types/bun": "latest",
"oxfmt": "^0.24.0",
"oxlint": "^1.39.0"
},
"peerDependencies": {
"typescript": "^5"
}
}