-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 905 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
{
"name": "upayan.space",
"version": "3.1.1",
"description": "My Portfolio Site",
"main": "api/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"api": "node api/server",
"dev": "cd app && npm run dev",
"build": "cd app && next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upayanmazumder/upayan.space.git"
},
"keywords": [
"upayan",
"portfolio",
"site"
],
"author": "upayanmazumder",
"license": "MIT",
"bugs": {
"url": "https://github.com/upayanmazumder/upayan.space/issues"
},
"homepage": "https://github.com/upayanmazumder/upayan.space#readme",
"dependencies": {
"axios": "^1.7.7",
"cors": "^2.8.5",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"morgan": "^1.10.0",
"querystring": "^0.2.1",
"winston": "^3.16.0"
}
}