-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 737 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
25
26
27
28
29
30
31
{
"name": "discord.ts",
"version": "1.0.0",
"description": "A Discord.JS Bot",
"scripts": {
"start": "nodemon --exec node --loader ts-node/esm/transpile-only --no-warnings src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emaryllis/Discord.TS.git"
},
"keywords": [
"discord.js",
"discord"
],
"author": "Emaryllis",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Emaryllis/Discord.TS/issues"
},
"homepage": "https://github.com/Emaryllis/Discord.TS#readme",
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}