Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Jun 23, 2024
1 parent bdbf728 commit 03765c2
Showing 1 changed file with 31 additions and 33 deletions.
64 changes: 31 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
{
"name": "codercord",
"version": "2.0.0",
"description": "A Discord bot for our community server",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "bunx rimraf dist && bunx tsc",
"format": "bunx @biomejs/biome format --write",
"format:ci": "bunx @biomejs/biome format --reporter=github",
"lint": "bunx @biomejs/biome lint --write",
"lint:ci": "bunx @biomejs/biome lint --reporter=github"
},
"keywords": [],
"author": "github.com/coder",
"license": "CC0-1.0",
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@eslint/compat": "1.1.0",
"@eslint/js": "9.5.0",
"@types/eslint__js": "8.42.3",
"@types/node": "20.14.8",
"eslint": "9.5.0",
"rimraf": "5.0.7",
"typescript": "5.5.2",
"typescript-eslint": "7.13.1"
},
"dependencies": {
"@uwu/configmasher": "2.0.0",
"discord.js": "14.15.3"
},
"trustedDependencies": [
"@biomejs/biome"
]
"name": "codercord",
"version": "2.0.0",
"description": "A Discord bot for our community server",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "bunx rimraf dist && bunx tsc",
"format": "bunx @biomejs/biome format --write",
"format:ci": "bunx @biomejs/biome format --reporter=github",
"lint": "bunx @biomejs/biome lint --write",
"lint:ci": "bunx @biomejs/biome lint --reporter=github"
},
"keywords": [],
"author": "github.com/coder",
"license": "CC0-1.0",
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@eslint/compat": "1.1.0",
"@eslint/js": "9.5.0",
"@types/eslint__js": "8.42.3",
"@types/node": "20.14.8",
"eslint": "9.5.0",
"rimraf": "5.0.7",
"typescript": "5.5.2",
"typescript-eslint": "7.13.1"
},
"dependencies": {
"@uwu/configmasher": "2.0.0",
"discord.js": "14.15.3"
},
"trustedDependencies": ["@biomejs/biome"]
}

0 comments on commit 03765c2

Please sign in to comment.