-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.75 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
54
55
56
57
58
59
60
{
"name": "swaggipedia",
"version": "1.0.0",
"description": "Lightweight open-source platform for browsing swagger APIs",
"main": "false",
"scripts": {
"start": "./scripts/startup-script.sh && node -r ts-node/register -r dotenv/config --max_old_space_size=${MAX_OLD_SPACE_SIZE:=256} src/index.ts",
"start:dev": "npx nodemon"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.8",
"@types/koa__router": "^12.0.0",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-mount": "^4.0.2",
"@types/koa-router": "^7.4.4",
"@types/koa-static": "^4.0.2",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"axios": "^1.4.0",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.7.1",
"got": "^11.8.6",
"nodemon": "^2.0.20",
"prettier": "^2.8.8"
},
"dependencies": {
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"dotenv": "^10.0.0",
"http-status-codes": "^2.2.0",
"js-yaml": "^4.1.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"mariadb": "^3.2.0",
"mysql2": "^3.5.2",
"openapi-validator-middleware": "^3.2.6",
"oracledb": "^6.0.3",
"pg": "^8.11.2",
"pg-hstore": "^2.3.4",
"pino": "^8.14.1",
"sequelize": "^6.32.1",
"sqlite3": "^5.1.6",
"tedious": "^16.4.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"umzug": "^3.2.1",
"uuid": "^9.0.0"
},
"author": "",
"license": "ISC"
}