-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 840 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
34
35
{
"name": "avatar-redirect",
"version": "1.2.1",
"description": "Redirect to social network profile image",
"repository": "github:JorgenEvens/avatar-redirect",
"main": "src/index.js",
"scripts": {
"start": "NODE_PATH='src' node src",
"dev": "NODE_PATH='src' nodemon src",
"test": "eslint src"
},
"keywords": [
"social",
"avatar",
"react-avatar"
],
"author": "Jorgen Evens <[email protected]>",
"license": "MIT",
"dependencies": {
"@ambassify/load-env": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.3",
"ioredis": "^4.14.1",
"lodash": "^4.17.10",
"memjs": "^1.2.0",
"morgan": "^1.9.0",
"node-fetch": "^2.2.0",
"object-hash": "^1.3.0",
"puppeteer-core": "^14.2.1"
},
"devDependencies": {
"eslint": "^6.4.0",
"nodemon": "^1.18.3"
}
}