forked from ngVenezuela/wengy-ven
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 941 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
{
"name": "wengy-ven",
"version": "1.3.0",
"description": "Official telegram bot for the ng-Venezuela community",
"main": "index.js",
"scripts": {
"test": "node_modules/jest/bin/jest.js --no-cache --no-watchman || true",
"test:watch": "node_modules/jest/bin/jest.js --no-cache --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngVenezuela/wengy-ven.git"
},
"keywords": [
"telegram",
"bot",
"angular"
],
"author": "Leonardo Cabeza <[email protected]> (https://github.com/leocabeza)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngVenezuela/wengy-ven/issues"
},
"homepage": "https://github.com/ngVenezuela/wengy-ven#readme",
"dependencies": {
"feedparser": "^2.0.0",
"node-fetch": "^1.6.3",
"node-telegram-bot-api": "^0.27.1",
"uuid": "3.0.1"
},
"devDependencies": {
"jest": "^19.0.2",
"jsdoc": "^3.4.3"
}
}