aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-04-13 18:26:41 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-04-13 18:26:41 +0530
commit13bf1d14499e9cbb9d99c8bbc350e3cb5a7a4fd2 (patch)
tree3b6a3aba7543f38b142fc4ab52870ad88b46ff99 /package.json
first commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..302cc5f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "financer",
+ "version": "0.0.1",
+ "description": "Pocket Money Tracker",
+ "main": "dist/index.js",
+ "scripts": {
+ "build": "tsc"
+ },
+ "devDependencies": {
+ "@types/node": "^22.13.4",
+ "prisma": "^6.5.0",
+ "tsx": "^4.19.2",
+ "typescript": "^5.7.3"
+ },
+ "private": false,
+ "dependencies": {
+ "@prisma/client": "^6.5.0",
+ "@types/bcrypt": "^5.0.2",
+ "@types/express": "^5.0.0",
+ "@types/jsonwebtoken": "^9.0.9",
+ "bcrypt": "^5.1.1",
+ "dotenv": "^16.4.7",
+ "express": "^4.21.2",
+ "jsonwebtoken": "^9.0.2"
+ }
+}