-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 874 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 874 Bytes
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": "github-wrapped",
"version": "1.0.0",
"description": "Get your personal **GitHub Wrapped** – a fun, visual summary of your GitHub activity.\r View your most active repositories, contributions, commit stats, languages, and more – all in one beautiful, shareable page.",
"main": "index.js",
"scripts": {
"start": "",
"dev": "concurrently \"npm run dev --prefix client\" \"npm start --prefix server\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aadii-rawt/github-wrapped.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aadii-rawt/github-wrapped/issues"
},
"homepage": "https://github.com/aadii-rawt/github-wrapped#readme",
"devDependencies": {
"concurrently": "^9.2.0",
"nodemon": "^3.1.10"
}
}