-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 965 Bytes
/
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
{
"name": "embedder",
"version": "1.5.0",
"description": "Shortens Amazon and eBay links and embeds them with fanciness!",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SunburntRock89",
"license": "GPL-2.0",
"dependencies": {
"@hendt/ebay-api": "^3.1.0",
"chainfetch": "^1.2.2",
"currency-symbol-map": "^5.0.1",
"discord.js": "^13.0.0-dev.d433fe8.1626004976",
"metascraper": "^5.21.7",
"metascraper-description": "^5.21.7",
"metascraper-image": "^5.21.7",
"metascraper-title": "^5.21.7",
"node-fetch": "^2.6.1",
"node-html-parser": "^3.1.5",
"re2": "^1.16.0",
"url-regex-safe": "^2.0.2"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"typescript": "^4.2.3"
}
}