-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 951 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
{
"name": "nocto",
"description": "Modular Telegram bot using the official bot API",
"version": "0.11.1",
"main": "nocto.js",
"scripts": {
"start": "node nocto.js",
"setup": "node setupwizard.js --runwizard"
},
"repository": "tvdstaaij/nocto",
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"base64url": "^3.0.1",
"bluebird": "^2.9.34",
"config": "^1.14.0",
"inquirer": "~0.9.0",
"lodash": "^4.17.10",
"log4js": "^6.3.0",
"request": "^2.65.0"
},
"optionalDependencies": {
"cwebp": "^1.1.0",
"emoji-data": "^0.2.0",
"emoji-regex": "^6.0.0",
"express": "^4.13.3",
"http-proxy": "^1.12.0",
"imagemin": "^4.0.0",
"mime-types": "^2.1.7",
"object.observe": "^0.2.6",
"observed": "^1.1.1",
"sqlite3": "^4.0.2",
"store": "alexkwolfe/node-store#d6819f7ea9e612d00aec08d485266c65a504be92",
"tokenbucket": "^0.3.2"
},
"license": "GPL-3.0"
}