forked from recodehive/awesome-github-profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 807 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
{
"name": "awesome-github-profiles",
"version": "1.0.0",
"description": "A tool to capture screenshots of GitHub profiles automatically",
"main": "capture-screenshot.js",
"author": "Your Name <[email protected]>",
"license": "ISC",
"keywords": ["GitHub", "profile", "screenshot", "automation", "puppeteer"],
"repository": {
"type": "git",
"url": "https://github.com/yourusername/awesome-github-profiles.git"
},
"dependencies": {
"puppeteer": "^22.15.0"
},
"devDependencies": {
"eslint": "^8.50.0"
},
"scripts": {
"start": "node capture-screenshot.js",
"build": "echo 'Building the project...'",
"lint": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
}
}