generated from nhcarrigan/template
feat: migrate from github
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "oogie-woogie-boostie-woostie",
|
||||
"version": "1.0.1",
|
||||
"description": "A bot to remove booster perks when someone stops boosting.",
|
||||
"main": "prod/index.js",
|
||||
"scripts": {
|
||||
"prebuild": "rm -rf ./prod",
|
||||
"build": "tsc",
|
||||
"lint": "eslint src --max-warnings 0",
|
||||
"start": "node -r dotenv/config prod/index.js",
|
||||
"test": "echo 'No tests yet!'"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20",
|
||||
"pnpm": "8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nhcarrigan/oogie-woogie-boostie-woostie.git"
|
||||
},
|
||||
"keywords": [
|
||||
"discord",
|
||||
"bot",
|
||||
"typescript",
|
||||
"discord.js"
|
||||
],
|
||||
"author": "Naomi Carrigan",
|
||||
"license": "SEE LICENSE IN https://docs.nhcarrigan.com/#/license",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nhcarrigan/oogie-woogie-boostie-woostie/issues"
|
||||
},
|
||||
"homepage": "https://github.com/nhcarrigan/oogie-woogie-boostie-woostie#readme",
|
||||
"devDependencies": {
|
||||
"@nhcarrigan/eslint-config": "1.1.3",
|
||||
"@nhcarrigan/prettier-config": "1.0.1",
|
||||
"@nhcarrigan/typescript-config": "1.0.1",
|
||||
"eslint": "8.57.0",
|
||||
"prettier": "2.8.8",
|
||||
"typescript": "5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/integrations": "7.114.0",
|
||||
"@sentry/node": "7.114.0",
|
||||
"discord.js": "14.15.2",
|
||||
"dotenv": "16.4.5",
|
||||
"winston": "3.13.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user