-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 942 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
{
"dependencies": {
"axios": "^0.27.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"package.json": "^2.0.1",
"pug": "^3.0.2"
},
"scripts": {
"postinstall": "cd bot && npm install",
"start": "node server.js & (cd bot && npm run start)",
"dev": "(cd bot && npm run start) & npm run start"
},
"name": "express-foodlib",
"description": "\"FoodLib\" - app written in Express and based on telegram bot functionality.",
"version": "1.0.0",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mdlufy/express-foodlib.git"
},
"keywords": [],
"author": "mdlufy",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdlufy/express-foodlib/issues"
},
"homepage": "https://github.com/mdlufy/express-foodlib#readme",
"engines": {
"node": "14.18.2"
}
}