-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 935 Bytes
/
package.json
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
{
"name": "siemstress-backend",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Siemstress/backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Siemstress/backend/issues"
},
"homepage": "https://github.com/Siemstress/backend#readme",
"dependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/geoip-lite": "^1.4.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/morgan": "^1.9.3",
"@types/node": "^17.0.21",
"cors": "^2.8.5",
"express": "^4.17.3",
"geoip-lite": "^1.4.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"sqlite3": "^5.0.2",
"typeorm": "^0.2.41",
"typescript": "^4.6.2"
},
"devDependencies": {
"ts-node": "^10.6.0"
}
}