릴리스: v0.1.6 MariaDB 개발 환경 및 저장소 설정 정리

This commit is contained in:
2026-03-19 14:48:03 +09:00
commit 0c30ae5cb3
52 changed files with 9346 additions and 0 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "tier-cursor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"bcryptjs": "^3.0.3",
"cors": "^2.8.6",
"express": "^5.2.1",
"express-session": "^1.19.0",
"lowdb": "^7.0.1",
"multer": "^2.1.1",
"nanoid": "^5.1.7",
"session-file-store": "^1.5.0",
"zod": "^4.3.6"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}