ionian/package.json
2024-10-08 02:11:21 +09:00

22 lines
416 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"
},
"packageManager": "pnpm@9.5.0"
}