34 lines
791 B
JSON
34 lines
791 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|