generated from Timofey-Makhankov/Node-Express-JS-Template
Initial commit
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "node-express-js-template",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"author": "Timofey Makhankov",
|
||||
"license": "MIT",
|
||||
"keywords": [],
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "pnpm run lint --fix",
|
||||
"db:push": "npx drizzle-kit push"
|
||||
},
|
||||
"dependencies": {
|
||||
"@libsql/client": "^0.15.5",
|
||||
"dotenv": "^16.5.0",
|
||||
"dotenv-expand": "^12.0.2",
|
||||
"drizzle-orm": "^0.43.1",
|
||||
"express": "^5.1.0",
|
||||
"zod": "^3.24.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.13.0",
|
||||
"@types/express": "^5.0.1",
|
||||
"@types/node": "^22.15.17",
|
||||
"drizzle-kit": "^0.31.1",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-plugin-format": "^1.0.1",
|
||||
"tsx": "^4.19.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user