-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 776 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 776 Bytes
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
{
"name": "speedwagoon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon --ignore storage/ --exec babel-node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"camel-case": "^3.0.0",
"cloudscraper": "^1.4.0",
"cron": "^1.1.1",
"dotenv": "^2.0.0",
"got": "^6.5.0",
"lowdb": "^0.13.1",
"node-telegram-bot-api": "^0.23.3",
"req-all": "^0.1.0",
"xml2js-es6-promise": "^1.1.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"nodemon": "^1.10.0"
}
}