-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 747 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "dragon-code-codestyler",
"description": "A tool to automatically fix Coding Style Standards issues by The Dragon Code.",
"homepage": "https://github.com/TheDragonCode/codestyler#readme",
"bugs": {
"url": "https://github.com/TheDragonCode/codestyler/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheDragonCode/codestyler.git"
},
"license": "MIT",
"author": "Andrey Helldar <helldar@dragon-code.pro>",
"scripts": {
"lint": "npx @biomejs/biome lint --write",
"format": "npx @biomejs/biome format --write",
"style": "npm run lint && npm run format"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11"
}
}