-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 756 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 756 Bytes
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
{
"name": "astro",
"version": "1.0.0",
"description": "",
"main": "app-axios.js",
"scripts": {
"start": "node -r esm app-axios.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsandini/astro.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lsandini/astro/issues"
},
"homepage": "https://github.com/lsandini/astro#readme",
"dependencies": {
"astronomy-bundle": "^6.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"form-data": "^4.0.0",
"moment": "^2.29.4",
"mongoose": "^6.11.3",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.7",
"qs": ">=6.7.3"
}
}