Skip to content

Commit faa9d02

Browse files
Merge pull request #492 from yashksaini-coder/main
feat: 🎸 Add package.json and package-lock.json
2 parents 05ddde2 + 1735750 commit faa9d02

File tree

2 files changed

+123
-0
lines changed

2 files changed

+123
-0
lines changed

.github/scripts/package-lock.json

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "new-folder",
3+
"version": "1.0.0",
4+
"main": "request.js",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1",
7+
"dev": "node index.js"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"type": "module",
13+
"description": "",
14+
"dependencies": {
15+
"node-fetch": "^3.3.2"
16+
}
17+
}

0 commit comments

Comments
 (0)