-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 926 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
32
33
34
35
36
37
{
"name": "revoltchat-bot",
"version": "1.0.3",
"description": "Revolt.chat bot template",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "rimraf dist && tsc",
"start": "node --experimental-specifier-resolution=node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/debert-jamie/revoltchat-bot.git"
},
"keywords": [
"revolt-chat",
"revolt-bot",
"revoltjs"
],
"author": "Debert Jamie <debert123@protonmail.com>",
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.0",
"revolt-api": "^0.5.3-alpha.12",
"revolt.js": "^5.2.8"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/ws": "^8.2.2",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
},
"bugs": {
"url": "https://github.com/debert-jamie/revoltchat-bot/issues"
},
"homepage": "https://github.com/debert-jamie/revoltchat-bot#readme"
}