ionian/package.json
monoid 8fece9090f BREAKING: Rework (#6)
다시 작업. 디자인도 바꾸고 서버도 바꿈.

Co-authored-by: monoid <jaeung@prelude.duckdns.org>
Reviewed-on: https://git.prelude.duckdns.org/monoid/ionian/pulls/6
2024-04-17 01:45:36 +09:00

20 lines
378 B
JSON

{
"name": "ionian",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "biome format --write",
"lint": "biome lint"
},
"keywords": [],
"workspaces": [
"packages/*"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.6.3"
}
}