-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "padelhub",
"version": "0.0.1",
"description": "In padel We Hub. Un sofisticato sistema di gestione per giocatori e circoli di padel",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tsc -p ./tsconfig.json",
"dev": "tsc -p ./tsconfig.json && node -r dotenv/config out/index.js",
"populate": "tsc -p ./tsconfig.json && node -r dotenv/config out/populate.js",
"aut": "ts-node-dev --respaw index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PadelHubEngineering/padelhub"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PadelHubEngineering/padelhubissues"
},
"homepage": "https://github.com/PadelHubEngineering/padelhub#readme",
"dependencies": {
"@hexagon/base64": "^1.1.26",
"@typegoose/typegoose": "^11.1.0",
"argon2": "^0.30.3",
"axios": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-winston": "^4.2.0",
"jsonwebtoken": "^9.0.0",
"luxon": "^3.3.0",
"mongoose": "^7.1.0",
"node-mailjet": "^6.0.2",
"stripe": "^12.8.0",
"typescript": "^5.0.4",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/luxon": "^3.3.0",
"@types/supertest": "^2.0.12",
"jest": "^29.5.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node-dev": "^2.0.0"
}
}