-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.53 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "podsearch_bot",
"version": "1.0.0",
"description": "Telegram bot that searches Podcast in iTunes store.",
"main": "node dist/main.js",
"scripts": {
"test": "jest --config jest.config.js --ci --runInBand",
"start": "node dist/main.js",
"build": "tsc",
"watch": "tsc -w",
"validate": "node node_modules/app.json/index.js validate",
"docker": "npm run build && docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push --tag fazenda/podsearch ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fazendaaa/podsearch_bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fazendaaa/podsearch_bot/issues"
},
"homepage": "https://github.com/Fazendaaa/podsearch_bot#readme",
"devDependencies": {
"@types/dotenv": "^4.0.2",
"@types/jest": "^22.2.2",
"@types/mongoose": "^5.0.9",
"@types/node": "^9.6.0",
"ts-jest": "^22.4.2",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"tslint-microsoft-contrib": "^5.0.3",
"typescript": "^2.7.2"
},
"dependencies": {
"app.json": "^1.3.0",
"coveralls": "^3.0.0",
"dotenv": "^5.0.1",
"i18n-node-yaml": "^1.0.3",
"itunes-search": "git+https://github.com/connor/itunes-node.git",
"jest": "^22.4.3",
"moment": "^2.21.0",
"mongoose": "^5.0.14",
"remove-accents": "^0.4.2",
"request": "^2.85.0",
"rss-parser": "^3.1.2",
"shorturl": "0.0.3",
"telegraf": "^3.20.0",
"telegraf-i18n": "^6.0.4",
"tinyurl": "^1.1.2"
}
}