-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 750 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
{
"name": "voice-chat-watcher",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Senpai-10/voice-chat-watcher.git",
"author": "abdalrzag eisa <bmjfdrh@gmail.com>",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts"
},
"devDependencies": {
"@types/edit-json-file": "^1.7.0",
"@types/inquirer": "^8.2.1",
"@types/node": "^17.0.40",
"@types/node-notifier": "^8.0.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.3"
},
"dependencies": {
"discord.ts-selfbot": "^1.0.4-dev",
"edit-json-file": "^1.7.0",
"inquirer": "^8.2.4",
"node-notifier": "^10.0.1",
"tslib": "^2.4.0"
}
}