-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "sneakcord",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon --exec ts-node src/index.ts",
"build": "tsc"
},
"keywords": [],
"author": "Ethan Zoller [ezoller11@gmail.com]",
"license": "ISC",
"devDependencies": {
"@types/cheerio": "^0.22.21",
"@types/easy-table": "0.0.32",
"@types/got": "^9.6.11",
"@types/node-fetch": "^2.5.7",
"@types/node-geocoder": "^3.24.1",
"@types/nodemon": "^1.19.0",
"@types/random-useragent": "^0.3.0",
"@types/request-promise": "^4.1.46",
"@types/twit": "^2.2.25",
"nodemon": "^2.0.4",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
},
"dependencies": {
"@techhof-ab/currency-converter": "^2.0.0",
"cheerio": "^1.0.0-rc.3",
"discord-akairo": "^8.0.0",
"discord.js": "^12.3.1",
"discord.js-pagination": "^1.0.2",
"easy-table": "^1.1.1",
"got": "^11.5.2",
"node-fetch": "^2.6.1",
"node-geocoder": "^3.27.0",
"random-useragent": "^0.4.0",
"request-promise": "^4.2.6",
"shoe-size-converter": "0.0.2",
"twit": "^2.2.11",
"url": "^0.11.0"
}
}