Skip to content

Commit

Permalink
Merge pull request #2 from KNU-HAEDAL/feat/utils
Browse files Browse the repository at this point in the history
[Feat]: npm 설정
  • Loading branch information
bayy1216 authored May 30, 2024
2 parents 8eafa95 + e58f1b0 commit 363aaf5
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions utils/node/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
1 change: 1 addition & 0 deletions utils/node/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Hello from Node.js')
27 changes: 27 additions & 0 deletions utils/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions utils/node/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "api-insert-utils",
"version": "1.0.0",
"main": "main.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@faker-js/faker": "^8.4.1"
}
}

0 comments on commit 363aaf5

Please sign in to comment.