forked from MAC-USB/MACbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 837 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
{
"name": "macbot",
"version": "2.0.0",
"main": "src/index.js",
"type": "module",
"dependencies": {
"dotenv": "^16.3.1",
"googleapis": "^123.0.0",
"moment-timezone": "^0.5.43",
"node-telegram-bot-api": "^0.61.0",
"pg": "^8.11.2"
},
"devDependencies": {
"@notionhq/client": "^2.2.12",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.0"
},
"scripts": {
"start": "node src/index.js",
"dev": "nodemon -w . -w .env /src/index.js",
"eslint": "npx eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/MAC-USB/MACbot.git"
},
"author": "MAC (labf-ldac)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MAC-USB/MACbot/issues"
},
"homepage": "https://github.com/MAC-USB/MACbot#readme"
}