-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 794 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 794 Bytes
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
{
"name": "fastify-discord-oauth2",
"version": "1.0.0",
"description": "",
"main": "app-build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app-build.js",
"build": "esbuild app.js --bundle --outfile=./app-build.js --target=node16.15 --platform=node",
"serve": "pnpm build"
},
"keywords": [],
"author": "Neko7sora",
"dependencies": {
"@fastify/cookie": "6.0.0",
"@fastify/helmet": "^8.1.0",
"@fastify/oauth2": "^5.0.0",
"@fastify/reply-from": "^7.0.1",
"@fastify/session": "^8.2.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"esbuild": "^0.14.42",
"fast-proxy": "^2.1.0",
"fastify": "^3.29.0",
"node-fetch": "^2.6.7",
"point-of-view": "^5.3.0",
"split2": "^4.1.0"
}
}