Files
goobot/package.json

27 lines
672 B
JSON

{
"name": "goobot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node out/index.js",
"sync": "node out/syncCommands.js",
"syncGlobal": "node out/syncCommandsGlobal.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^5.1.3"
},
"dependencies": {
"discord.js": "^14.11.0",
"sqlite3": "^5.1.6"
}
}