-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.13 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
{
"name": "dibistansearchengine",
"version": "1.0.0",
"description": "Le moteur de recherche 100% Dibistanais",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sylicium/DibistanSearchEngine.git"
},
"keywords": [
"dibim",
"search",
"engin",
"moteur",
"recherche",
"internet",
"dibistan",
"dirtybiologistan",
"monde",
"rechercher",
"trouver",
"dibi",
"langue"
],
"author": "Sylicium",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sylicium/DibistanSearchEngine/issues"
},
"homepage": "https://github.com/Sylicium/DibistanSearchEngine#readme",
"dependencies": {
"axios": "^1.2.4",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"discord.js": "^13.12.0",
"dom-parser": "^0.1.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"googlethis": "^1.7.1",
"mongodb": "^4.13.0",
"socket.io": "^4.5.4"
}
}