-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
45
46
47
48
49
50
{
"name": "see-link",
"version": "2.0.1",
"description": "See-a-link! Get the preview metadata of the given link",
"main": "index.js",
"typings": "lib/see_link.d.ts",
"scripts": {
"test": "mocha --timeout 5000 --exit",
"test-server": "node ./test_setup/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bharat-1809/see-link.git"
},
"keywords": [
"url",
"link",
"preview",
"link preview",
"url preview",
"open graph",
"twitter cards",
"javascript",
"nodejs"
],
"author": {
"name": "Bharat Sharma",
"email": "bharat.sharma1809@gmail.com",
"url": "https://bharatsharma.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bharat-1809/see-link/issues"
},
"homepage": "https://github.com/bharat-1809/see-link#readme",
"dependencies": {
"colorthief": "^2.3.2",
"get-urls": "^10.0.1",
"is-base64": "^1.1.0",
"node-fetch": "^2.6.6",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0"
},
"devDependencies": {
"chai": "^4.3.4",
"express": "^4.17.1",
"mocha": "^9.1.3",
"morgan": "^1.10.0"
}
}