Skip to content

Commit eeeaa57

Browse files
committed
chore: added package json and .gitignore
1 parent c336594 commit eeeaa57

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
package-lock.json

bruno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "1",
3-
"name": "GitHub Rest API",
3+
"name": "github rest api",
44
"type": "collection"
55
}

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "github-rest-api-collection",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"homepage": "https://github.com/usebruno/github-rest-api-collection#readme",
6+
"dependencies": {
7+
"@faker-js/faker": "^7.6.0"
8+
}
9+
}

0 commit comments

Comments
 (0)