-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "nineties-bot",
"version": "1.0.6",
"description": "90s kids discord bot for skate competitions and more",
"main": "src/bot.ts",
"scripts": {
"start": "ts-node src/bot.ts",
"dev": "nodemon src/bot.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BananazTechnology/fishing-game.git"
},
"author": "Bananaz Tech",
"license": "ISC",
"bugs": {
"url": "https://github.com/BananazTechnology/fishing-game/issues"
},
"homepage": "https://github.com/BananazTechnology/fishing-game#readme",
"dependencies": {
"axios": "^0.26.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"mysql2": "^2.3.3",
"nodemon": "^2.0.15",
"ts-node": "^10.5.0"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}