-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 892 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
36
37
{
"name": "portfolio",
"version": "1.0.0",
"description": "Portfolio generator using GitHub and LinkedIn data",
"main": "lib/index.js",
"private": true,
"scripts": {
"lint": "eslint lib/",
"lint:fix": "eslint lib/ --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvegter/Portfolio.git"
},
"keywords": [],
"author": "Martijn Vegter",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvegter/Portfolio/issues"
},
"homepage": "https://github.com/mvegter/Portfolio#readme",
"dependencies": {
"@mvegter/scrapedin": "1.0.33",
"@octokit/graphql": "4.8.0",
"handlebars": "4.7.7",
"minify": "7.2.2",
"morgan": "1.10.0"
},
"devDependencies": {
"dotenv": "16.0.1",
"eslint": "8.16.0"
},
"directories": {
"lib": "lib"
}
}