Initial commit
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "comicdicebot",
|
||||
"version": "0.0.1-beta",
|
||||
"description": "Comic's Dice Bot",
|
||||
"keywords": [
|
||||
"discord",
|
||||
"dice"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cyper.cc/Cyper/ComicDiceBot"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Cyper",
|
||||
"type": "module",
|
||||
"main": "app.ts",
|
||||
"scripts": {
|
||||
"build": "npx tsc app.ts --outDir dist",
|
||||
"start": "npm run build && node dist/app.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.14.1",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user