-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"name": "telegram1090",
"version": "1.0.0",
"description": "Telegram bot for ADS-B proximity alerts",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NTBA_FIX_319=set ts-node ./src/index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flakeparadigm/telegram1090.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flakeparadigm/telegram1090/issues"
},
"homepage": "https://github.com/flakeparadigm/telegram1090#readme",
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@types/node": "^10.17.31",
"@types/node-telegram-bot-api": "^0.50.0",
"@types/underscore": "^1.10.22",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"typescript": "^4.0.2"
},
"dependencies": {
"geolib": "^3.3.1",
"node-telegram-bot-api": "^0.50.0",
"sbs1": "flakeparadigm/node-sbs1#master",
"ts-node": "^9.0.0",
"underscore": "^1.12.1"
}
}