2024-02-27 17:11:16 +00:00
|
|
|
{
|
2024-07-30 20:34:25 +00:00
|
|
|
"name": "@futureporn/bot",
|
2024-07-10 02:34:23 +00:00
|
|
|
"type": "module",
|
2024-02-27 17:11:16 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2024-07-30 20:34:25 +00:00
|
|
|
"main": "dist/index.js",
|
2024-02-27 17:11:16 +00:00
|
|
|
"scripts": {
|
2024-07-14 16:22:30 +00:00
|
|
|
"test": "echo \"Warn: no test specified\" && exit 0",
|
2024-07-12 14:41:34 +00:00
|
|
|
"start": "node ./dist/index.js",
|
|
|
|
"dev": "nodemon --ext js,ts,json,yaml --exec \"node --loader ts-node/esm --disable-warning=ExperimentalWarning ./src/index.ts\"",
|
2024-07-16 10:46:44 +00:00
|
|
|
"build": "tsc --build",
|
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
2024-02-27 17:11:16 +00:00
|
|
|
},
|
2024-07-12 14:41:34 +00:00
|
|
|
"packageManager": "pnpm@9.5.0",
|
2024-02-27 17:11:16 +00:00
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
2024-07-10 02:34:23 +00:00
|
|
|
"license": "Unlicense",
|
2024-02-27 17:11:16 +00:00
|
|
|
"dependencies": {
|
2024-07-10 02:34:23 +00:00
|
|
|
"discord.js": "^14.15.3",
|
2024-07-30 20:34:25 +00:00
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"pg-boss": "^9.0.3"
|
2024-07-12 14:41:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"nodemon": "^3.1.4",
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"typescript": "^5.5.3"
|
2024-02-27 17:11:16 +00:00
|
|
|
}
|
|
|
|
}
|