26 lines
516 B
JSON
26 lines
516 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|