forked from vatpac-technology/vatsim-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.31 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": "vatsim-map",
"type": "module",
"version": "0.0.4",
"description": "Display VATSIM traffic on a map for a given set of FIRs",
"private": true,
"dependencies": {
"@adobe/node-fetch-retry": "^1.1.1",
"@mapbox/polylabel": "^1.0.2",
"@turf/boolean-intersects": "^6.5.0",
"@turf/turf": "^6.5.0",
"async-mutex": "^0.3.2",
"bunyan": "^1.8.15",
"config": "^3.3.6",
"cors": "^2.8.5",
"dms2dec": "^1.1.0",
"express": "^4.17.1",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"query-overpass": "^1.5.5",
"rgb2hex": "^0.2.5",
"sha1": "^1.1.1",
"unique-random-array": "^3.0.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-jest": "^27.0.6",
"jest": "^27.0.6",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"scripts": {
"test": "jest",
"serve": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vatpac-technology/vatsim-map.git"
},
"author": "Sam Wilson",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vatpac-technology/vatsim-map/issues"
},
"homepage": "https://github.com/vatpac-technology/vatsim-map#readme",
"jest": {
"transform": {}
}
}