forked from dikshantrajput/Hacktoberfest-accepted-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 773 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
{
"name": "Hacktoberfest-accepted-2022",
"version": "1.0.0",
"description": "This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+dikshantrajput/Hacktoberfest-accepted-2022.git"
},
"keywords": [
"hacktoberfest"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dikshantrajput/Hacktoberfest-accepted-2022/issues"
},
"homepage": "https://github.com/dikshantrajput/Hacktoberfest-accepted-2022#readme"
}