-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.09 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
53
{
"name": "astro-info-backend",
"version": "1.0.0",
"description": "Backend for astro-info web application",
"main": "app.js",
"engines": {
"node": "16"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"astronomy",
"astrophotography",
"calculation",
"conversion",
"converter",
"coordinate",
"formulae",
"astro",
"right ascension",
"declination",
"degree",
"altitude",
"azimuth"
],
"bugs": {
"url": "https://github.com/sdrazen/astro-info-backend/issues",
"email": "sdrazen@yahoo.com"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/sdrazen/astro-info-backend"
},
"author": "Dražen Škrinjarić",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"https": "^1.0.0",
"knex": "^2.3.0",
"mongodb": "^4.9.1",
"mysql2": "^2.3.3",
"pg": "^8.8.0",
"sqlite3": "^5.1.1"
}
}