-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 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
45
46
{
"name": "api-server",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/weconnect-support/API-Server.git"
},
"license": "MIT",
"dependencies": {
"@koa/cors": "^4.0.0",
"axios": "^1.5.0",
"babel-node": "^0.0.1-security",
"eslint": "^8.47.0",
"firebase-admin": "^12.0.0",
"global": "^4.4.0",
"googleapis": "^126.0.1",
"jsonwebtoken": "^9.0.2",
"knex": "^2.5.1",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"koa-mount": "^4.0.0",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"mysql": "^2.18.1",
"mysql2": "^3.6.1",
"node-schedule": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/node": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"babel-eslint": "^10.1.0"
},
"description": "",
"bugs": {
"url": "https://github.com/weconnect-support/API-Server/issues"
},
"homepage": "https://github.com/weconnect-support/API-Server#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "babel-node index.js"
},
"keywords": [],
"author": ""
}