scraping working
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "goobot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npx tsc",
|
||||
"start": "node out/index.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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user