added initial data

This commit is contained in:
2024-04-19 18:17:44 +07:00
parent e0ec4c2b49
commit ada1af805a
5 changed files with 6335 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec ts-node --swc src/app.ts"
"dev": "nodemon --exec ts-node --swc src/app.ts",
"initialize_data": "node -r @swc-node/register addMetadata.ts"
},
"keywords": [],
"author": "",
@@ -18,12 +19,15 @@
"drizzle-orm": "^0.30.8",
"drizzle-zod": "^0.5.1",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"trpc-playground": "^1.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.4.16",
"@types/better-sqlite3": "^7.6.9",
"@types/jsonwebtoken": "^9.0.6",
"drizzle-kit": "^0.20.14",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",