-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.26 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.26 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "api-velgrynd",
"version": "1.1.0",
"description": "My Rest Api",
"main": "nodemon index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ultimareall/api-velgrynd.git"
},
"keywords": [
"simple",
"api",
"rest",
"api"
],
"author": "Ultima",
"license": "ISC",
"bugs": {
"url": "https://github.com/ultimareall/api-velgrynd/issues"
},
"dependencies": {
"axios": "^0.21.1",
"canvacord": "^5.2.3",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"discord-canvas": "^1.4.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fake-useragent": "^1.0.1",
"file-type": "^16.5.0",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"google-it": "^1.6.2",
"hxz-api": "^1.0.1",
"lodash": "^4.17.20",
"minepm": "^1.0.2",
"moment": "^2.29.1",
"mongodb": "^3.6.3",
"monk": "^7.3.3",
"morgan": "^1.10.0",
"needle": "^2.6.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.14",
"qs": "^6.10.1",
"ssl-express-www": "^3.0.7",
"urlencode": "^1.1.0",
"util": "^0.12.4"
},
"homepage": "https://github.com/ultimareall/api-velgrynd#readme"
}