-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 789 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 789 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
30
31
{
"name": "glitch-hello-node",
"version": "0.1.0",
"description": "A simple Node app built on fastify, instantly up and running. Built to be remixed on Glitch.com.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@fastify/cors": "^8.2.0",
"@fastify/formbody": "^7.4.0",
"@fastify/static": "^6.6.0",
"@fastify/view": "^7.3.0",
"@lit-protocol/pkp-ethers.js-node": "^5.7.48",
"@supabase/supabase-js": "^2.2.2",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"fastify": "^4.9.2",
"handlebars": "^4.7.7",
"ws": "^8.11.0"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-node"
},
"license": "MIT",
"keywords": [
"node",
"glitch"
]
}