-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 924 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
{
"name": "kspcommunity.com",
"version": "1.0.0",
"description": "The KSPCommunity Website",
"main": "api/server.js",
"scripts": {
"test": "npm run build",
"start": "cd qwik && npm run start",
"build": "cd qwik && npm install && npm run build",
"start:backend": "node api/server.js",
"dev": "cd qwik && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kspcommunity/kspcommunity.com.git"
},
"keywords": [
"kspcommunity"
],
"author": "G9Aerospace",
"license": "MIT",
"bugs": {
"url": "https://github.com/kspcommunity/kspcommunity.com/issues"
},
"homepage": "https://github.com/kspcommunity/kspcommunity.com#readme",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.20.0",
"express-rate-limit": "^7.3.1",
"firebase": "^10.13.1",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"valibot": "^0.41.0"
}
}