-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 764 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 764 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
32
33
34
{
"name": "glitch-mvp-node",
"version": "0.1.0",
"description": "A simple Node app built on fastify, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@fastify/formbody": "^7.4.0",
"@fastify/static": "^6.10.2",
"@fastify/view": "^8.0.0",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"dotenv": "^16.4.4",
"fastify": "^4.21.0",
"fs": "0.0.1-security",
"handlebars": "^4.7.8",
"node-telegram-bot-api": "^0.64.0",
"sqlite3": "^5.1.7",
"yaml": "^2.3.4"
},
"engines": {
"node": "14.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-mvp-node"
},
"license": "MIT",
"keywords": [
"node",
"glitch"
]
}