2020-12-31 03:06:16 +09:00
|
|
|
{
|
2024-03-26 23:58:26 +09:00
|
|
|
"name": "ionian",
|
2020-12-31 03:06:16 +09:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2024-03-26 23:58:26 +09:00
|
|
|
"main": "index.js",
|
2020-12-31 03:06:16 +09:00
|
|
|
"scripts": {
|
2024-03-26 23:58:26 +09:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"format": "biome format --write",
|
|
|
|
"lint": "biome lint"
|
2020-12-31 03:06:16 +09:00
|
|
|
},
|
2024-03-26 23:58:26 +09:00
|
|
|
"keywords": [],
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2020-12-31 03:06:16 +09:00
|
|
|
"author": "",
|
2024-03-26 23:58:26 +09:00
|
|
|
"license": "MIT",
|
2020-12-31 03:06:16 +09:00
|
|
|
"devDependencies": {
|
2024-03-26 23:58:26 +09:00
|
|
|
"@biomejs/biome": "1.6.3"
|
2020-12-31 03:06:16 +09:00
|
|
|
}
|
2024-03-26 23:58:26 +09:00
|
|
|
}
|