-
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 582 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 582 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "discord-games-bot",
"version": "1.0.0",
"description": "Minigames for Discord",
"main": "output/index.js",
"scripts": {
"build": "npx tsc",
"run": "npx tsc & node ."
},
"author": "TurkeyDev",
"license": "ISC",
"dependencies": {
"discord-minimal": "^0.1.63",
"node-fetch": "^2.6.7",
"typescript": "^5.0.3"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-plugin-promise": "^6.1.1"
}
}