forked from Radical-Egg/eggcart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 919 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
36
37
38
{
"author": "Radical_Egg",
"license": "ISC",
"contributors": [
"ljgonzalez1 luis.alejandro@ljgonzalez.cl"
],
"maintainers": [
"ljgonzalez1 luis.alejandro@ljgonzalez.cl"
],
"name": "eggcart",
"version": "1.1.0",
"description": "Grocery List Telegram Bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljgonzalez1/eggcart.git"
},
"bugs": {
"url": "https://github.com/ljgonzalez1/eggcart/issues"
},
"homepage": "https://github.com/ljgonzalez1/eggcart#readme",
"dependencies": {
"dotenv": "^16.3.1",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.35.2",
"telegraf": "^4.15.3"
},
"devDependencies": {
"nodemon": "^3.0.2",
"sequelize-cli": "^6.6.2"
}
}