-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.14 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
44
45
46
47
{
"name": "urlshortner",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "ts-node src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@neondatabase/serverless": "^1.0.0",
"axios": "^1.8.4",
"bcrypt": "^5.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-useragent": "^1.0.15",
"geoip-lite": "^1.4.10",
"jsonwebtoken": "^9.0.2",
"nanoid": "^5.1.5",
"pg": "^8.14.0",
"ua-parser-js": "^2.0.3"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/bcrypt": "^5.0.2",
"@types/dotenv": "^6.1.1",
"@types/express": "^5.0.0",
"@types/express-useragent": "^1.0.5",
"@types/geoip-lite": "^1.4.4",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.13.10",
"@types/pg": "^8.11.11",
"@types/ua-parser-js": "^0.7.39",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1"
}
}