imseldrith commited on
Commit
7d87e4a
·
verified ·
1 Parent(s): f539292

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +21 -0
package.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "dog",
3
+ "version": "1.0.0",
4
+ "main": "server.js",
5
+ "scripts": {
6
+ "start": "node index.js"
7
+ },
8
+ "keywords": [],
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "body-parser": "^1.20.1",
13
+ "express": "^4.21.2",
14
+ "multer": "^1.4.5-lts.1",
15
+ "node-telegram-bot-api": "^0.66.0",
16
+ "ping-monitor": "^0.8.2",
17
+ "socket.io": "^4.5.3",
18
+ "uuid": "^9.0.0"
19
+ },
20
+ "description": ""
21
+ }