ionian/package.json

22 lines
416 B
JSON
Raw Normal View History

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