mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Added Launch.json and Tasks.json sources for run and build
This commit is contained in:
parent
10e32adfe6
commit
3a6a2763f8
24 changed files with 980 additions and 567 deletions
15
package.json
15
package.json
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "poixpixel-discord-bot",
|
||||
"version": "1.0.0",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./source/discord-bot/discord-bot.ts",
|
||||
"author": "Poixpixel",
|
||||
"type": "module",
|
||||
"license": "ISC",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"compile": "npx tsc",
|
||||
"target": "node target/index.js",
|
||||
"start": "yarn compile && yarn target"
|
||||
"compile": "node ./build/compile.js",
|
||||
"target": "node ./build/target.js",
|
||||
"start": "pnpm run compile && pnpm run target"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/builders": "^1.6.5",
|
||||
|
@ -18,8 +18,7 @@
|
|||
"mongoose": "^7.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.6.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"@types/node": "^20.6.1",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue