-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 873 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
{
"name": "eatc-ltc",
"version": "0.0.0-dev",
"description": "London Terminal Control is a custom airspace for Endless ATC, designed to enhance your gameplay experience with detailed airspace management for London airports using STARs and SIDs.",
"keywords": [
"endlessatc",
"eatc",
"atc",
"london"
],
"homepage": "https://github.com/zefir-git/eatc-ltc#readme",
"bugs": {
"url": "https://github.com/zefir-git/eatc-ltc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zefir-git/eatc-ltc"
},
"license": "GPL-3.0",
"author": "Zefir Kirilov",
"type": "module",
"main": "dist/airspace/index.js",
"scripts": {
"build": "tsc",
"gen": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^22.13.5",
"typescript": "^5.7.3"
}
}