-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.36 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
{
"dependencies": {
"@azure/cosmos": "^3.17.2",
"@azure/logger": "^1.0.4",
"@wwtelescope/astro": "^0.2.2",
"axios": "^1.4.0",
"body-parser": "^1.20.1",
"connect-mongo": "^5.0.0",
"cors": "^2.8.5",
"d3-delaunay": "^6.0.4",
"d3-geo-voronoi": "^2.0.1",
"dompurify": "^3.0.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-jwt": "^8.4",
"express-session": "^1.17.3",
"fp-ts": "^2.13",
"geojson": "^0.5.0",
"io-ts": "^2.2",
"jsdom": "^22.0.0",
"jwks-rsa": "^3.0",
"mongodb": "^5.0.1",
"node-schedule": "^2.1.1",
"spdx-expression-parse": "^3.0.1",
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/d3-delaunay": "^6.0.1",
"@types/dompurify": "^3.0.2",
"@types/express": "^4.17.15",
"@types/express-session": "^1.17.7",
"@types/geojson": "^7946.0.10",
"@types/jsdom": "^21.1.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^18.11.15",
"@types/node-schedule": "^2.1.6",
"@types/spdx-expression-parse": "^3.0.2",
"keycloak-js": "^25",
"typescript": "^4.9.4"
},
"license": "MIT",
"main": "index.js",
"packageManager": "[email protected]",
"name": "@wwtelescope/constellations-api",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js"
},
"type": "module",
"version": "0.0.0-dev.0"
}