-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "testing-intelligence-machine-tim",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node bot.js",
"devStart": "nodemon bot.js",
"test": "jest --verbose --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/401-Midterm-CF/Testing-Intelligence-Machine-TIM.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/401-Midterm-CF/Testing-Intelligence-Machine-TIM/issues"
},
"homepage": "https://github.com/401-Midterm-CF/Testing-Intelligence-Machine-TIM#readme",
"dependencies": {
"axios": "^0.24.0",
"cors": "^2.8.5",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"heroku": "^7.59.1",
"jest": "^27.3.1",
"mongo": "^0.1.0",
"mongoose": "^6.0.12",
"node": "^17.1.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.15",
"slappey": "^4.0.0",
"supertest": "^6.1.6",
"yt-search": "^2.10.2",
"ytdl-core": "^4.9.1"
}
}