Restyled by jq
This commit is contained in:
parent
a2274f824f
commit
820ee57844
2 changed files with 49 additions and 49 deletions
88
package.json
88
package.json
|
@ -1,44 +1,44 @@
|
||||||
{
|
{
|
||||||
"name": "xyter",
|
"name": "xyter",
|
||||||
"version": "2.3.1",
|
"version": "2.3.1",
|
||||||
"description": "Earn credits while chatting! And more",
|
"description": "Earn credits while chatting! And more",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "nodemon | pino-pretty -i pid,hostname -t yyyy-mm-dd HH:MM:s"
|
"start": "nodemon | pino-pretty -i pid,hostname -t yyyy-mm-dd HH:MM:s"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"zyner",
|
"zyner",
|
||||||
"controlpanel",
|
"controlpanel",
|
||||||
"controlpanel.gg",
|
"controlpanel.gg",
|
||||||
"vermium"
|
"vermium"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ZynerOrg/xyter.git"
|
"url": "https://github.com/ZynerOrg/xyter.git"
|
||||||
},
|
},
|
||||||
"author": "Vermium Sifell <vermium@zyner.org> (https://zyner.org)",
|
"author": "Vermium Sifell <vermium@zyner.org> (https://zyner.org)",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ZynerOrg/xyter/issues",
|
"url": "https://github.com/ZynerOrg/xyter/issues",
|
||||||
"email": "vermium@zyner.org"
|
"email": "vermium@zyner.org"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/builders": "^0.12.0",
|
"@discordjs/builders": "^0.12.0",
|
||||||
"@discordjs/rest": "^0.3.0",
|
"@discordjs/rest": "^0.3.0",
|
||||||
"axios": "^0.26.0",
|
"axios": "^0.26.0",
|
||||||
"better-sqlite3": "^7.5.0",
|
"better-sqlite3": "^7.5.0",
|
||||||
"discord-api-types": "^0.27.3",
|
"discord-api-types": "^0.27.3",
|
||||||
"discord.js": "^13.6.0",
|
"discord.js": "^13.6.0",
|
||||||
"dotenv": "^16.0.0",
|
"dotenv": "^16.0.0",
|
||||||
"mongoose": "^6.2.3",
|
"mongoose": "^6.2.3",
|
||||||
"pino": "^7.0.0-rc.9",
|
"pino": "^7.0.0-rc.9",
|
||||||
"quick.db": "^7.1.3",
|
"quick.db": "^7.1.3",
|
||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "8.10.0",
|
"eslint": "8.10.0",
|
||||||
"eslint-config-airbnb-base": "15.0.0",
|
"eslint-config-airbnb-base": "15.0.0",
|
||||||
"eslint-plugin-import": "2.25.4"
|
"eslint-plugin-import": "2.25.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue