-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 852 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
{
"name": "rosario-bus-telegram-bot",
"version": "1.0.0",
"main": "index.js",
"author": "Matias Montenegro <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"crypto-js": "^3.1.9-1",
"html-entities": "^1.2.1",
"lodash": "^4.17.11",
"mysql": "^2.16.0",
"node-telegram-bot-api": "^0.30.0",
"remove-accents": "^0.4.2",
"request": "^2.88.0",
"rxjs": "^6.3.3",
"ts-node": "^7.0.1",
"typescript": "^3.1.6"
},
"scripts": {
"createParadasJSON": "ts-node --project tsconfig.json src/build/createParadas.js",
"createLineasJSON": "ts-node --project tsconfig.json src/build/createLineas.js",
"start": "ts-node --project tsconfig.json src/start.js"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.30.3"
}
}