mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-03 10:14:14 +00:00
Updated package.json
This commit is contained in:
parent
5a40cc4941
commit
2707da9db5
1 changed files with 4 additions and 3 deletions
|
@ -5,11 +5,12 @@
|
||||||
"author": "Poixpixel",
|
"author": "Poixpixel",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "npx tsc",
|
"compile": "npx tsc",
|
||||||
"target": "node ./target/discord-bot.js",
|
"target": "node ./target/discord-bot.js",
|
||||||
"start": "yarn run compile && yarn run target",
|
"start": "yarn run compile && yarn run target",
|
||||||
"lint": "npx eslint ./source --ext .ts"
|
"lint": "npx eslint ./source --ext .ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord.js": "^14.15.3",
|
"discord.js": "^14.15.3",
|
||||||
|
@ -17,8 +18,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.14.3",
|
"@types/node": "^20.14.3",
|
||||||
|
"eslint": "^9.5.0",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5"
|
||||||
"eslint": "^9.5.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue