forked from EddieHubCommunity/awesome-github-profiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
24 lines (24 loc) · 775 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
{
"name": "awesome-github-profiles",
"version": "1.0.0",
"description": "![.github/workflows/main.yml](https://github.com/EddieJaoudeCommunity/awesome-github-profiles/workflows/.github/workflows/main.yml/badge.svg)",
"main": "index.js",
"scripts": {
"lint": "npx prettier --check .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddieHubCommunity/awesome-github-profiles.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EddieHubCommunity/awesome-github-profiles/issues"
},
"homepage": "https://github.com/EddieHubCommunity/awesome-github-profiles#readme",
"devDependencies": {
"prettier": "2.3.2"
}
}