feat: 초기 프로젝트 설정 및 룰.md 파일 추가

This commit is contained in:
2025-07-28 09:53:31 +09:00
commit 09a4d38512
8165 changed files with 1021855 additions and 0 deletions

22
api.hyungi.net/node_modules/git-node-fs/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "git-node-fs",
"description": "A node adapter for the fs-db mixin for js-git",
"keywords": [
"git",
"js-git"
],
"version": "1.0.0",
"main": "lib/node-fs.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/creationix/git-node-fs.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/creationix/git-node-fs/issues"
},
"homepage": "https://github.com/creationix/git-node-fs"
}