This repository was archived by the owner on Nov 21, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
{
"name": "finances",
"version": "2.0.1",
"description": "Execute Big's microservice to handle financial data.",
"main": "./src/index.js",
"repository": "https://github.com/executebig/finances",
"author": "Mingjie Jiang <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"airtable-plus": "1.0.4",
"body-parser": "1.19.0",
"bulma": "0.9.3",
"compression": "1.7.4",
"cookie-parser": "1.4.5",
"cookie-session": "1.4.0",
"cors": "2.8.5",
"cron": "1.8.2",
"dotenv": "10.0.0",
"express": "4.17.1",
"express-handlebars": "5.3.2",
"express-minify-html": "0.12.0",
"express-session": "1.17.2",
"handlebars-dateformat": "1.1.1",
"lodash": "4.17.21",
"lodash.merge": "4.6.2",
"mime-types": "2.1.32",
"module-alias": "2.2.2",
"node-fetch": "2.6.2",
"node-sass-middleware": "0.11.0",
"passport": "0.4.1",
"passport-google-oauth": "2.0.0",
"socket.io": "4.1.3"
},
"_moduleAliases": {
"@libs": "./src/libs",
"@services": "./src/services",
"@routes": "./src/routes",
"@config": "./config.js"
},
"scripts": {
"start": "node ./src/index.js"
}
}