-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "la-mediterranee",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && npx tsc",
"start": "npm run build && node -r tsconfig-paths/register dist/index.js",
"dev": "nodemon src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@fastify/auth": "^3.0.2",
"@fastify/cors": "^8.0.0",
"@fastify/passport": "^2.0.1",
"@fastify/secure-session": "^5.2.0",
"@fastify/sensible": "^5.1.0",
"@simplewebauthn/server": "^5.3.0",
"chalk": "^5.0.1",
"fastify": "4.2.1",
"multer": "^1.4.4",
"node-fetch": "^3.2.8",
"passport-discord": "^0.1.4",
"stripe": "^9.13.0",
"uuid-v4": "^0.1.0"
},
"devDependencies": {
"@faker-js/faker": "^7.3.0",
"@firebase/app-compat": "^0.1.29",
"@firebase/app-types": "^0.7.0",
"@swc/core": "^1.2.215",
"@swc/helpers": "^0.4.3",
"@types/node": "^16.11.45",
"@types/passport-discord": "^0.1.6",
"@types/useragent": "^2.3.1",
"dotenv": "^16.0.1",
"firebase-admin": "^11.0.0",
"nodemon": "^2.0.19",
"pino-pretty": "^8.1.0",
"regenerator-runtime": "^0.13.9",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.4"
}
}