-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "instantpay",
"private": true,
"version": "0.0.0",
"packageManager": "bun@1.1.21",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "bunx lerna run dev --parallel",
"build": "bunx lerna run build",
"start": "bunx lerna run start"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/node": "^22.5.5",
"globals": "^16.3.0",
"lerna": "^8.2.3",
"tsc-alias": "^1.8.16",
"tsx": "^4.19.2",
"zod": "^4.1.9",
"typescript": "^5.6.3",
"typescript-eslint": "^8.40.0"
},
"dependencies": {
"@fastify/type-provider-typebox": "^5.2.0",
"@types/bcrypt": "^6.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/pg": "^8.15.5",
"bcrypt": "^6.0.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"fastify-plugin": "^5.0.1",
"husky": "^9.1.7",
"jsonwebtoken": "^9.0.2",
"lint-staged": "^16.1.5",
"pg": "^8.16.3",
"prettier": "^3.6.2",
"uuid": "^11.1.0",
"winston": "^3.17.0"
}
}