38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@futureporn/bot",
|
|
"type": "module",
|
|
"version": "1.0.4",
|
|
"description": "Futureporn Discord bot",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Warn: no test specified\" && exit 0",
|
|
"start": "node ./dist/index.js",
|
|
"dev.nodemon": "nodemon --legacy-watch --ext js,ts --watch ./src --exec \"node --loader ts-node/esm --disable-warning=ExperimentalWarning ./src/index.ts\"",
|
|
"dev": "tsx --watch ./src/index.ts",
|
|
"build": "tsc --build",
|
|
"clean": "rm -rf dist",
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist",
|
|
"register": "tsx ./src/register-commands.ts"
|
|
},
|
|
"packageManager": "pnpm@9.6.0",
|
|
"keywords": [],
|
|
"author": "@CJ_Clippy",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@discordeno/bot": "19.0.0-next.746f0a9",
|
|
"date-fns": "^3.6.0",
|
|
"dd-cache-proxy": "^2.1.1",
|
|
"dotenv": "^16.4.5",
|
|
"graphile-config": "0.0.1-beta.9",
|
|
"graphile-worker": "^0.16.6",
|
|
"pretty-bytes": "^6.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@futureporn/types": "workspace:^",
|
|
"nodemon": "^3.1.4",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.16.2",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|