-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 849 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
39
{
"name": "Designer_bot",
"version": "0.0.1",
"description": "Designer from Kyrgyzstan",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start-prod": "node index.js --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skriv/D_Bot.git"
},
"keywords": [
"Telegram",
"Bot"
],
"author": "Aleksandr Krivov (@Skriv)",
"license": "MIT",
"bugs": {
"url": "https://github.com/skriv/D_Bot/issues"
},
"engineStrict": true,
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/skriv/D_Bot/blob/master/README.md",
"dependencies": {
"fast-csv": "^2.1.0",
"node-telegram-bot-api": "0.23.3"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.0.2",
"natural": "^0.4.0",
"sinon": "1.17.6",
"sinon-chai": "2.8.0"
}
}