initial
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "sorvor",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "nodemon --exec ts-node --swc src/app.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@trpc/client": "11.0.0-rc.340",
|
||||
"@trpc/server": "11.0.0-rc.340",
|
||||
"better-sqlite3": "^9.5.0",
|
||||
"drizzle-orm": "^0.30.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/core": "^1.4.16",
|
||||
"@types/better-sqlite3": "^7.6.9",
|
||||
"drizzle-kit": "^0.20.14",
|
||||
"nodemon": "^3.1.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user