-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
50 lines (50 loc) · 1.31 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": "github-readme-linkedin",
"description": "Generated images from your Linkedin profile for your GitHub readmes",
"version": "0.0.1",
"main": "index.js",
"author": {
"name": "Soroush Chehresa",
"email": "[email protected]",
"url": "https://soroush.js.org"
},
"repository": {
"type": "git",
"url": "https://github.com/soroushchehresa/github-readme-linkedin.git"
},
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.7",
"@types/node": "^14.0.24",
"@vercel/node": "^1.7.3",
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {
"@types/lodash": "^4.14.158",
"@types/phantom": "^3.2.5",
"@types/request": "^2.48.5",
"casperjs": "^1.1.4",
"cheerio": "^1.0.0-rc.3",
"cloudconvert": "^2.1.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"html-entities": "^1.3.1",
"linkedin-profile-scraper": "^2.3.1",
"lodash": "^4.17.19",
"phantom": "^6.3.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"scrapedin": "^1.0.21",
"webpage": "^0.3.0"
},
"scripts": {
"dev": "node_modules/.bin/nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/images-renderer/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"engines": {
"node": "14.x"
}
}