ionian/package.json

20 lines
378 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": [
"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"
2020-12-31 03:06:16 +09:00
}
}